Shades of Gordons Green #222D22
Tints of Gordons Green #222D22
RGB
CMYK
RGB Variations
Color information
#222D22 (or 0x222D22) is known color: Gordons Green. HEX triplet: 22, 2D and 22. RGB value is (34,45,34). Sum of RGB (Red+Green+Blue) = 34+45+34=113 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.09% from 113); Green value is 45 (17.97% from 255 or 39.82% from 113); Blue value is 34 (13.67% from 255 or 30.09% from 113); Max value from RGB is 45 - color contains mainly: green. Hex color #222D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222D22 is #DDD2DD. Grayscale: #282828. Windows color (decimal): -14537438 or 2239778. OLE color: 2239778.
HSL color Cylindrical-coordinate representation of color #222D22: hue angle of 120º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #222D22 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 45 | 34 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.82 |
| HSL | 120º | 0.14% | 0.15% | - |
| HSV(B) | 120º | 0.24% | 0.18% | - |
| XYZ | 1.89 | 2.33 | 1.86 | - |
| YUV | 40.46 | 124.36 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 45 | 34 | 0.24 | 0 | 0.24 | 0.82 | 120 | 0.14 | 0.15 |
| Hex | 22 | 2D | 22 | 18 | 0 | 18 | 52 | 78 | E | F |
| Octal | 42 | 55 | 42 | 30 | 0 | 30 | 122 | 170 | 16 | 17 |
| Binary | 100010 | 101101 | 100010 | 11000 | 0 | 11000 | 1010010 | 1111000 | 1110 | 1111 |
Color Harmonies of #222D22
Complementary color
Monochromatic Colors of #222D22
Black with #222D22
Text Example
Text Example
White with #222D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222D22; }
p { color: rgb(34,45,34); }
H1.HeaderClassName
{
color: #222D22;
}
.AnyTagClassName
{
color: #222D22;
}
</style>
background-color css
<style>
a { background-color: #222D22; }
a { background-color: rgb(34,45,34); }
div.DivClassName
{
background-color: #222D22;
}
.BgClassName
{
background-color: #222D22;
}
</style>
border-color css
<style>
span { border-color: #222D22; }
span { border-color: rgb(34,45,34); }
td.TdClassName
{
border-color: #222D22;
}
.TagClassName
{
border-color: #222D22;
}
</style>