Shades of Gordons Green #203422
Tints of Gordons Green #203422
RGB
CMYK
RGB Variations
Color information
#203422 (or 0x203422) is known color: Gordons Green. HEX triplet: 20, 34 and 22. RGB value is (32,52,34). Sum of RGB (Red+Green+Blue) = 32+52+34=118 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.12% from 118); Green value is 52 (20.70% from 255 or 44.07% from 118); Blue value is 34 (13.67% from 255 or 28.81% from 118); Max value from RGB is 52 - color contains mainly: green. Hex color #203422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203422 is #DFCBDD. Grayscale: #2C2C2C. Windows color (decimal): -14666718 or 2241568. OLE color: 2241568.
HSL color Cylindrical-coordinate representation of color #203422: hue angle of 126º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #203422 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 52 | 34 | - |
| CMYK | 0.38 | 0 | 0.35 | 0.80 |
| HSL | 126º | 0.24% | 0.16% | - |
| HSV(B) | 126º | 0.38% | 0.2% | - |
| XYZ | 2.11 | 2.88 | 1.96 | - |
| YUV | 43.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 52 | 34 | 0.38 | 0 | 0.35 | 0.80 | 126 | 0.24 | 0.16 |
| Hex | 20 | 34 | 22 | 26 | 0 | 23 | 50 | 7E | 18 | 10 |
| Octal | 40 | 64 | 42 | 46 | 0 | 43 | 120 | 176 | 30 | 20 |
| Binary | 100000 | 110100 | 100010 | 100110 | 0 | 100011 | 1010000 | 1111110 | 11000 | 10000 |
Color Harmonies of #203422
Complementary color
Monochromatic Colors of #203422
Black with #203422
Text Example
Text Example
White with #203422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203422; }
p { color: rgb(32,52,34); }
H1.HeaderClassName
{
color: #203422;
}
.AnyTagClassName
{
color: #203422;
}
</style>
background-color css
<style>
a { background-color: #203422; }
a { background-color: rgb(32,52,34); }
div.DivClassName
{
background-color: #203422;
}
.BgClassName
{
background-color: #203422;
}
</style>
border-color css
<style>
span { border-color: #203422; }
span { border-color: rgb(32,52,34); }
td.TdClassName
{
border-color: #203422;
}
.TagClassName
{
border-color: #203422;
}
</style>