Shades of Gordons Green #222C22
Tints of Gordons Green #222C22
RGB
CMYK
RGB Variations
Color information
#222C22 (or 0x222C22) is known color: Gordons Green. HEX triplet: 22, 2C and 22. RGB value is (34,44,34). Sum of RGB (Red+Green+Blue) = 34+44+34=112 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.36% from 112); Green value is 44 (17.58% from 255 or 39.29% from 112); Blue value is 34 (13.67% from 255 or 30.36% from 112); Max value from RGB is 44 - color contains mainly: green. Hex color #222C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222C22 is #DDD3DD. Grayscale: #272727. Windows color (decimal): -14537694 or 2239522. OLE color: 2239522.
HSL color Cylindrical-coordinate representation of color #222C22: hue angle of 120º degrees, saturation: 0.13, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #222C22 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 34 | 44 | 34 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.83 |
| HSL | 120º | 0.13% | 0.15% | - |
| HSV(B) | 120º | 0.23% | 0.17% | - |
| XYZ | 1.85 | 2.26 | 1.85 | - |
| YUV | 39.87 | 124.69 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 44 | 34 | 0.23 | 0 | 0.23 | 0.83 | 120 | 0.13 | 0.15 |
| Hex | 22 | 2C | 22 | 17 | 0 | 17 | 53 | 78 | D | F |
| Octal | 42 | 54 | 42 | 27 | 0 | 27 | 123 | 170 | 15 | 17 |
| Binary | 100010 | 101100 | 100010 | 10111 | 0 | 10111 | 1010011 | 1111000 | 1101 | 1111 |
Color Harmonies of #222C22
Complementary color
Monochromatic Colors of #222C22
Black with #222C22
Text Example
Text Example
White with #222C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222C22; }
p { color: rgb(34,44,34); }
H1.HeaderClassName
{
color: #222C22;
}
.AnyTagClassName
{
color: #222C22;
}
</style>
background-color css
<style>
a { background-color: #222C22; }
a { background-color: rgb(34,44,34); }
div.DivClassName
{
background-color: #222C22;
}
.BgClassName
{
background-color: #222C22;
}
</style>
border-color css
<style>
span { border-color: #222C22; }
span { border-color: rgb(34,44,34); }
td.TdClassName
{
border-color: #222C22;
}
.TagClassName
{
border-color: #222C22;
}
</style>