Shades of Racing Green #212E29
Tints of Racing Green #212E29
RGB
CMYK
RGB Variations
Color information
#212E29 (or 0x212E29) is known color: Racing Green. HEX triplet: 21, 2E and 29. RGB value is (33,46,41). Sum of RGB (Red+Green+Blue) = 33+46+41=120 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.5% from 120); Green value is 46 (18.36% from 255 or 38.33% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 46 - color contains mainly: green. Hex color #212E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E29 is #DED1D6. Grayscale: #292929. Windows color (decimal): -14602711 or 2698785. OLE color: 2698785.
HSL color Cylindrical-coordinate representation of color #212E29: hue angle of 156.92º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #212E29 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 46 | 41 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.82 |
| HSL | 156.92º | 0.16% | 0.15% | - |
| HSV(B) | 156.92º | 0.28% | 0.18% | - |
| XYZ | 2 | 2.44 | 2.46 | - |
| YUV | 41.54 | 127.69 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 46 | 41 | 0.28 | 0 | 0.11 | 0.82 | 156.92 | 0.16 | 0.15 |
| Hex | 21 | 2E | 29 | 1C | 0 | B | 52 | 9D | 10 | F |
| Octal | 41 | 56 | 51 | 34 | 0 | 13 | 122 | 235 | 20 | 17 |
| Binary | 100001 | 101110 | 101001 | 11100 | 0 | 1011 | 1010010 | 10011101 | 10000 | 1111 |
Color Harmonies of #212E29
Complementary color
Monochromatic Colors of #212E29
Black with #212E29
Text Example
Text Example
White with #212E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212E29; }
p { color: rgb(33,46,41); }
H1.HeaderClassName
{
color: #212E29;
}
.AnyTagClassName
{
color: #212E29;
}
</style>
background-color css
<style>
a { background-color: #212E29; }
a { background-color: rgb(33,46,41); }
div.DivClassName
{
background-color: #212E29;
}
.BgClassName
{
background-color: #212E29;
}
</style>
border-color css
<style>
span { border-color: #212E29; }
span { border-color: rgb(33,46,41); }
td.TdClassName
{
border-color: #212E29;
}
.TagClassName
{
border-color: #212E29;
}
</style>