Shades of Gordons Green #204027
Tints of Gordons Green #204027
RGB
CMYK
RGB Variations
Color information
#204027 (or 0x204027) is known color: Gordons Green. HEX triplet: 20, 40 and 27. RGB value is (32,64,39). Sum of RGB (Red+Green+Blue) = 32+64+39=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 39 (15.62% from 255 or 28.89% from 135); Max value from RGB is 64 - color contains mainly: green. Hex color #204027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204027 is #DFBFD8. Grayscale: #333333. Windows color (decimal): -14663641 or 2572320. OLE color: 2572320.
HSL color Cylindrical-coordinate representation of color #204027: hue angle of 133.12º 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 #204027 is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 64 | 39 | - |
| CMYK | 0.50 | 0 | 0.39 | 0.75 |
| HSL | 133.13º | 0.33% | 0.19% | - |
| HSV(B) | 133.13º | 0.5% | 0.25% | - |
| XYZ | 2.8 | 4.12 | 2.57 | - |
| YUV | 51.58 | 120.9 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 39 | 0.50 | 0 | 0.39 | 0.75 | 133.13 | 0.33 | 0.19 |
| Hex | 20 | 40 | 27 | 32 | 0 | 27 | 4B | 85 | 21 | 13 |
| Octal | 40 | 100 | 47 | 62 | 0 | 47 | 113 | 205 | 41 | 23 |
| Binary | 100000 | 1000000 | 100111 | 110010 | 0 | 100111 | 1001011 | 10000101 | 100001 | 10011 |
Color Harmonies of #204027
Complementary color
Monochromatic Colors of #204027
Black with #204027
Text Example
Text Example
White with #204027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204027; }
p { color: rgb(32,64,39); }
H1.HeaderClassName
{
color: #204027;
}
.AnyTagClassName
{
color: #204027;
}
</style>
background-color css
<style>
a { background-color: #204027; }
a { background-color: rgb(32,64,39); }
div.DivClassName
{
background-color: #204027;
}
.BgClassName
{
background-color: #204027;
}
</style>
border-color css
<style>
span { border-color: #204027; }
span { border-color: rgb(32,64,39); }
td.TdClassName
{
border-color: #204027;
}
.TagClassName
{
border-color: #204027;
}
</style>