Color palettes utilize a hexadecimal coding system divided into three parts: RED
ID: 3195468 • Letter: C
Question
Color palettes utilize a hexadecimal coding system divided into three parts: RED GREEN BLUE. In decimal form, it is written as an ordered triple (RED, GREEN, BLUE). In hexadecimal form, it is written as a six-digit number with the first two digits representing RED, the second two digits representing GREEN, and the third two digits representing BLUE. By combing various amounts of red, green, or blue, you can make any color. For example: True Red is represented in hexadecimal form: FF 00 00 or in decimal form as 255, 0, 0. True Green is represented in hexadecimal form: 00 FF 00 or in decimal form as 0, 255, 0. True Blue is represented in hexadecimal form: 00 00 FF or in decimal form as 0, 0, 255. True Yellow is represented in hexadecimal form: FF FF 00 or in decimal form as 255, 255, 0. There is a variety of free software - available online that can identify the color codes for colors on your computer screen. Knowing the color codes can be helpful for programming, styling HTML pages, or graphic design. Do an Internet search to download, install, and use a free program to identify the color code for a color on your screen. Describe the color that you choose (i.e., periwinkle blue). What is the hexadecimal color code for your color? What is the decimal form of this color code (i.e., its ordered triple (RED, GREEN, BLUE))?
Explanation / Answer
Describe the color that you choose (i.e., periwinkle blue).
The color that I chose is Kaitoke Green. Which is a wonderful shade of green as I am a big fan of green. Since I am a user of google I used it to find the main color I use for my Mac and my PC.
What is the hexadecimal color code for your color?
HEX = #1E422A
What is the decimal form of this color code (i.e., its ordered triple (RED, GREEN, BLUE))?
RGB = 30.77.42