Shades of Gordons Green #204327
Tints of Gordons Green #204327
RGB
CMYK
RGB Variations
Color information
#204327 (or 0x204327) is known color: Gordons Green. HEX triplet: 20, 43 and 27. RGB value is (32,67,39). Sum of RGB (Red+Green+Blue) = 32+67+39=138 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.19% from 138); Green value is 67 (26.56% from 255 or 48.55% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 67 - color contains mainly: green. Hex color #204327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204327 is #DFBCD8. Grayscale: #353535. Windows color (decimal): -14662873 or 2573088. OLE color: 2573088.
HSL color Cylindrical-coordinate representation of color #204327: hue angle of 132º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #204327 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 32 | 67 | 39 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.74 |
| HSL | 132º | 0.35% | 0.19% | - |
| HSV(B) | 132º | 0.52% | 0.26% | - |
| XYZ | 2.97 | 4.47 | 2.63 | - |
| YUV | 53.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 67 | 39 | 0.52 | 0 | 0.42 | 0.74 | 132 | 0.35 | 0.19 |
| Hex | 20 | 43 | 27 | 34 | 0 | 2A | 4A | 84 | 23 | 13 |
| Octal | 40 | 103 | 47 | 64 | 0 | 52 | 112 | 204 | 43 | 23 |
| Binary | 100000 | 1000011 | 100111 | 110100 | 0 | 101010 | 1001010 | 10000100 | 100011 | 10011 |
Color Harmonies of #204327
Complementary color
Monochromatic Colors of #204327
Black with #204327
Text Example
Text Example
White with #204327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204327; }
p { color: rgb(32,67,39); }
H1.HeaderClassName
{
color: #204327;
}
.AnyTagClassName
{
color: #204327;
}
</style>
background-color css
<style>
a { background-color: #204327; }
a { background-color: rgb(32,67,39); }
div.DivClassName
{
background-color: #204327;
}
.BgClassName
{
background-color: #204327;
}
</style>
border-color css
<style>
span { border-color: #204327; }
span { border-color: rgb(32,67,39); }
td.TdClassName
{
border-color: #204327;
}
.TagClassName
{
border-color: #204327;
}
</style>