Shades of Gordons Green #202A20
Tints of Gordons Green #202A20
RGB
CMYK
RGB Variations
Color information
#202A20 (or 0x202A20) is known color: Gordons Green. HEX triplet: 20, 2A and 20. RGB value is (32,42,32). Sum of RGB (Red+Green+Blue) = 32+42+32=106 (14% of max value = 765). Red value is 32 (12.89% from 255 or 30.19% from 106); Green value is 42 (16.80% from 255 or 39.62% from 106); Blue value is 32 (12.89% from 255 or 30.19% from 106); Max value from RGB is 42 - color contains mainly: green. Hex color #202A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202A20 is #DFD5DF. Grayscale: #252525. Windows color (decimal): -14669280 or 2107936. OLE color: 2107936.
HSL color Cylindrical-coordinate representation of color #202A20: hue angle of 120º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #202A20 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.84.
Color convert
RGB | 32 | 42 | 32 | - |
CMYK | 0.24 | 0 | 0.24 | 0.84 |
HSL | 120º | 0.14% | 0.15% | - |
HSV(B) | 120º | 0.24% | 0.16% | - |
XYZ | 1.68 | 2.07 | 1.68 | - |
YUV | 37.87 | 124.69 | 123.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 42 | 32 | 0.24 | 0 | 0.24 | 0.84 | 120 | 0.14 | 0.15 |
Hex | 20 | 2A | 20 | 18 | 0 | 18 | 54 | 78 | E | F |
Octal | 40 | 52 | 40 | 30 | 0 | 30 | 124 | 170 | 16 | 17 |
Binary | 100000 | 101010 | 100000 | 11000 | 0 | 11000 | 1010100 | 1111000 | 1110 | 1111 |
Color Harmonies of #202A20
Complementary color
Monochromatic Colors of #202A20
Black with #202A20
Text Example
Text Example
White with #202A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A20; }
p { color: rgb(32,42,32); }
H1.HeaderClassName
{
color: #202A20;
}
.AnyTagClassName
{
color: #202A20;
}
</style>
background-color css
<style>
a { background-color: #202A20; }
a { background-color: rgb(32,42,32); }
div.DivClassName
{
background-color: #202A20;
}
.BgClassName
{
background-color: #202A20;
}
</style>
border-color css
<style>
span { border-color: #202A20; }
span { border-color: rgb(32,42,32); }
td.TdClassName
{
border-color: #202A20;
}
.TagClassName
{
border-color: #202A20;
}
</style>