Shades of Gordons Green #204024
Tints of Gordons Green #204024
RGB
CMYK
RGB Variations
Color information
#204024 (or 0x204024) is known color: Gordons Green. HEX triplet: 20, 40 and 24. RGB value is (32,64,36). Sum of RGB (Red+Green+Blue) = 32+64+36=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #204024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204024 is #DFBFDB. Grayscale: #333333. Windows color (decimal): -14663644 or 2375712. OLE color: 2375712.
HSL color Cylindrical-coordinate representation of color #204024: hue angle of 127.5º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #204024 is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 64 | 36 | - |
| CMYK | 0.50 | 0 | 0.44 | 0.75 |
| HSL | 127.5º | 0.33% | 0.19% | - |
| HSV(B) | 127.5º | 0.5% | 0.25% | - |
| XYZ | 2.75 | 4.1 | 2.32 | - |
| YUV | 51.24 | 119.4 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 36 | 0.50 | 0 | 0.44 | 0.75 | 127.5 | 0.33 | 0.19 |
| Hex | 20 | 40 | 24 | 32 | 0 | 2C | 4B | 80 | 21 | 13 |
| Octal | 40 | 100 | 44 | 62 | 0 | 54 | 113 | 200 | 41 | 23 |
| Binary | 100000 | 1000000 | 100100 | 110010 | 0 | 101100 | 1001011 | 10000000 | 100001 | 10011 |
Color Harmonies of #204024
Complementary color
Monochromatic Colors of #204024
Black with #204024
Text Example
Text Example
White with #204024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204024; }
p { color: rgb(32,64,36); }
H1.HeaderClassName
{
color: #204024;
}
.AnyTagClassName
{
color: #204024;
}
</style>
background-color css
<style>
a { background-color: #204024; }
a { background-color: rgb(32,64,36); }
div.DivClassName
{
background-color: #204024;
}
.BgClassName
{
background-color: #204024;
}
</style>
border-color css
<style>
span { border-color: #204024; }
span { border-color: rgb(32,64,36); }
td.TdClassName
{
border-color: #204024;
}
.TagClassName
{
border-color: #204024;
}
</style>