Shades of Racing Green #222F2A
Tints of Racing Green #222F2A
RGB
CMYK
RGB Variations
Color information
#222F2A (or 0x222F2A) is known color: Racing Green. HEX triplet: 22, 2F and 2A. RGB value is (34,47,42). Sum of RGB (Red+Green+Blue) = 34+47+42=123 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.64% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 47 - color contains mainly: green. Hex color #222F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222F2A is #DDD0D5. Grayscale: #2A2A2A. Windows color (decimal): -14536918 or 2764578. OLE color: 2764578.
HSL color Cylindrical-coordinate representation of color #222F2A: hue angle of 156.92º 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 #222F2A is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 47 | 42 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.82 |
| HSL | 156.92º | 0.16% | 0.16% | - |
| HSV(B) | 156.92º | 0.28% | 0.18% | - |
| XYZ | 2.09 | 2.54 | 2.57 | - |
| YUV | 42.54 | 127.69 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 42 | 0.28 | 0 | 0.11 | 0.82 | 156.92 | 0.16 | 0.16 |
| Hex | 22 | 2F | 2A | 1C | 0 | B | 52 | 9D | 10 | 10 |
| Octal | 42 | 57 | 52 | 34 | 0 | 13 | 122 | 235 | 20 | 20 |
| Binary | 100010 | 101111 | 101010 | 11100 | 0 | 1011 | 1010010 | 10011101 | 10000 | 10000 |
Color Harmonies of #222F2A
Complementary color
Monochromatic Colors of #222F2A
Black with #222F2A
Text Example
Text Example
White with #222F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222F2A; }
p { color: rgb(34,47,42); }
H1.HeaderClassName
{
color: #222F2A;
}
.AnyTagClassName
{
color: #222F2A;
}
</style>
background-color css
<style>
a { background-color: #222F2A; }
a { background-color: rgb(34,47,42); }
div.DivClassName
{
background-color: #222F2A;
}
.BgClassName
{
background-color: #222F2A;
}
</style>
border-color css
<style>
span { border-color: #222F2A; }
span { border-color: rgb(34,47,42); }
td.TdClassName
{
border-color: #222F2A;
}
.TagClassName
{
border-color: #222F2A;
}
</style>