Shades of Gordons Green #222D23
Tints of Gordons Green #222D23
RGB
CMYK
RGB Variations
Color information
#222D23 (or 0x222D23) is known color: Gordons Green. HEX triplet: 22, 2D and 23. RGB value is (34,45,35). Sum of RGB (Red+Green+Blue) = 34+45+35=114 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.82% from 114); Green value is 45 (17.97% from 255 or 39.47% from 114); Blue value is 35 (14.06% from 255 or 30.70% from 114); Max value from RGB is 45 - color contains mainly: green. Hex color #222D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222D23 is #DDD2DC. Grayscale: #282828. Windows color (decimal): -14537437 or 2305314. OLE color: 2305314.
HSL color Cylindrical-coordinate representation of color #222D23: hue angle of 125.45º 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 #222D23 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 45 | 35 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.82 |
| HSL | 125.45º | 0.14% | 0.15% | - |
| HSV(B) | 125.45º | 0.24% | 0.18% | - |
| XYZ | 1.9 | 2.34 | 1.94 | - |
| YUV | 40.57 | 124.86 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 45 | 35 | 0.24 | 0 | 0.22 | 0.82 | 125.45 | 0.14 | 0.15 |
| Hex | 22 | 2D | 23 | 18 | 0 | 16 | 52 | 7D | E | F |
| Octal | 42 | 55 | 43 | 30 | 0 | 26 | 122 | 175 | 16 | 17 |
| Binary | 100010 | 101101 | 100011 | 11000 | 0 | 10110 | 1010010 | 1111101 | 1110 | 1111 |
Color Harmonies of #222D23
Complementary color
Monochromatic Colors of #222D23
Black with #222D23
Text Example
Text Example
White with #222D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222D23; }
p { color: rgb(34,45,35); }
H1.HeaderClassName
{
color: #222D23;
}
.AnyTagClassName
{
color: #222D23;
}
</style>
background-color css
<style>
a { background-color: #222D23; }
a { background-color: rgb(34,45,35); }
div.DivClassName
{
background-color: #222D23;
}
.BgClassName
{
background-color: #222D23;
}
</style>
border-color css
<style>
span { border-color: #222D23; }
span { border-color: rgb(34,45,35); }
td.TdClassName
{
border-color: #222D23;
}
.TagClassName
{
border-color: #222D23;
}
</style>