Shades of Gordons Green #222F23
Tints of Gordons Green #222F23
RGB
CMYK
RGB Variations
Color information
#222F23 (or 0x222F23) is known color: Gordons Green. HEX triplet: 22, 2F and 23. RGB value is (34,47,35). Sum of RGB (Red+Green+Blue) = 34+47+35=116 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.31% from 116); Green value is 47 (18.75% from 255 or 40.52% from 116); Blue value is 35 (14.06% from 255 or 30.17% from 116); Max value from RGB is 47 - color contains mainly: green. Hex color #222F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222F23 is #DDD0DC. Grayscale: #292929. Windows color (decimal): -14536925 or 2305826. OLE color: 2305826.
HSL color Cylindrical-coordinate representation of color #222F23: hue angle of 124.62º degrees, saturation: 0.16, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #222F23 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 47 | 35 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.82 |
| HSL | 124.62º | 0.16% | 0.16% | - |
| HSV(B) | 124.62º | 0.28% | 0.18% | - |
| XYZ | 1.98 | 2.49 | 1.97 | - |
| YUV | 41.75 | 124.19 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 35 | 0.28 | 0 | 0.26 | 0.82 | 124.62 | 0.16 | 0.16 |
| Hex | 22 | 2F | 23 | 1C | 0 | 1A | 52 | 7D | 10 | 10 |
| Octal | 42 | 57 | 43 | 34 | 0 | 32 | 122 | 175 | 20 | 20 |
| Binary | 100010 | 101111 | 100011 | 11100 | 0 | 11010 | 1010010 | 1111101 | 10000 | 10000 |
Color Harmonies of #222F23
Complementary color
Monochromatic Colors of #222F23
Black with #222F23
Text Example
Text Example
White with #222F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222F23; }
p { color: rgb(34,47,35); }
H1.HeaderClassName
{
color: #222F23;
}
.AnyTagClassName
{
color: #222F23;
}
</style>
background-color css
<style>
a { background-color: #222F23; }
a { background-color: rgb(34,47,35); }
div.DivClassName
{
background-color: #222F23;
}
.BgClassName
{
background-color: #222F23;
}
</style>
border-color css
<style>
span { border-color: #222F23; }
span { border-color: rgb(34,47,35); }
td.TdClassName
{
border-color: #222F23;
}
.TagClassName
{
border-color: #222F23;
}
</style>