Shades of Racing Green #222E2C
Tints of Racing Green #222E2C
RGB
CMYK
RGB Variations
Color information
#222E2C (or 0x222E2C) is known color: Racing Green. HEX triplet: 22, 2E and 2C. RGB value is (34,46,44). Sum of RGB (Red+Green+Blue) = 34+46+44=124 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.42% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 46 - color contains mainly: green. Hex color #222E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222E2C is #DDD1D3. Grayscale: #2A2A2A. Windows color (decimal): -14537172 or 2895394. OLE color: 2895394.
HSL color Cylindrical-coordinate representation of color #222E2C: hue angle of 170º degrees, saturation: 0.15, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #222E2C is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 46 | 44 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.82 |
| HSL | 170º | 0.15% | 0.16% | - |
| HSV(B) | 170º | 0.26% | 0.18% | - |
| XYZ | 2.09 | 2.48 | 2.75 | - |
| YUV | 42.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 46 | 44 | 0.26 | 0 | 0.04 | 0.82 | 170 | 0.15 | 0.16 |
| Hex | 22 | 2E | 2C | 1A | 0 | 4 | 52 | AA | F | 10 |
| Octal | 42 | 56 | 54 | 32 | 0 | 4 | 122 | 252 | 17 | 20 |
| Binary | 100010 | 101110 | 101100 | 11010 | 0 | 100 | 1010010 | 10101010 | 1111 | 10000 |
Color Harmonies of #222E2C
Complementary color
Monochromatic Colors of #222E2C
Black with #222E2C
Text Example
Text Example
White with #222E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222E2C; }
p { color: rgb(34,46,44); }
H1.HeaderClassName
{
color: #222E2C;
}
.AnyTagClassName
{
color: #222E2C;
}
</style>
background-color css
<style>
a { background-color: #222E2C; }
a { background-color: rgb(34,46,44); }
div.DivClassName
{
background-color: #222E2C;
}
.BgClassName
{
background-color: #222E2C;
}
</style>
border-color css
<style>
span { border-color: #222E2C; }
span { border-color: rgb(34,46,44); }
td.TdClassName
{
border-color: #222E2C;
}
.TagClassName
{
border-color: #222E2C;
}
</style>