Shades of Racing Green #222D29
Tints of Racing Green #222D29
RGB
CMYK
RGB Variations
Color information
#222D29 (or 0x222D29) is known color: Racing Green. HEX triplet: 22, 2D and 29. RGB value is (34,45,41). Sum of RGB (Red+Green+Blue) = 34+45+41=120 (15% of max value = 765). Red value is 34 (13.67% from 255 or 28.33% from 120); Green value is 45 (17.97% from 255 or 37.5% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 45 - color contains mainly: green. Hex color #222D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222D29 is #DDD2D6. Grayscale: #292929. Windows color (decimal): -14537431 or 2698530. OLE color: 2698530.
HSL color Cylindrical-coordinate representation of color #222D29: hue angle of 158.18º 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 #222D29 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 45 | 41 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.82 |
| HSL | 158.18º | 0.14% | 0.15% | - |
| HSV(B) | 158.18º | 0.24% | 0.18% | - |
| XYZ | 2 | 2.38 | 2.45 | - |
| YUV | 41.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 45 | 41 | 0.24 | 0 | 0.09 | 0.82 | 158.18 | 0.14 | 0.15 |
| Hex | 22 | 2D | 29 | 18 | 0 | 9 | 52 | 9E | E | F |
| Octal | 42 | 55 | 51 | 30 | 0 | 11 | 122 | 236 | 16 | 17 |
| Binary | 100010 | 101101 | 101001 | 11000 | 0 | 1001 | 1010010 | 10011110 | 1110 | 1111 |
Color Harmonies of #222D29
Complementary color
Monochromatic Colors of #222D29
Black with #222D29
Text Example
Text Example
White with #222D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222D29; }
p { color: rgb(34,45,41); }
H1.HeaderClassName
{
color: #222D29;
}
.AnyTagClassName
{
color: #222D29;
}
</style>
background-color css
<style>
a { background-color: #222D29; }
a { background-color: rgb(34,45,41); }
div.DivClassName
{
background-color: #222D29;
}
.BgClassName
{
background-color: #222D29;
}
</style>
border-color css
<style>
span { border-color: #222D29; }
span { border-color: rgb(34,45,41); }
td.TdClassName
{
border-color: #222D29;
}
.TagClassName
{
border-color: #222D29;
}
</style>