Shades of Racing Green #212D29
Tints of Racing Green #212D29
RGB
CMYK
RGB Variations
Color information
#212D29 (or 0x212D29) is known color: Racing Green. HEX triplet: 21, 2D and 29. RGB value is (33,45,41). Sum of RGB (Red+Green+Blue) = 33+45+41=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 45 (17.97% from 255 or 37.82% from 119); Blue value is 41 (16.41% from 255 or 34.45% from 119); Max value from RGB is 45 - color contains mainly: green. Hex color #212D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212D29 is #DED2D6. Grayscale: #282828. Windows color (decimal): -14602967 or 2698529. OLE color: 2698529.
HSL color Cylindrical-coordinate representation of color #212D29: hue angle of 160º degrees, saturation: 0.15, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #212D29 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 45 | 41 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.82 |
| HSL | 160º | 0.15% | 0.15% | - |
| HSV(B) | 160º | 0.27% | 0.18% | - |
| XYZ | 1.97 | 2.36 | 2.45 | - |
| YUV | 40.96 | 128.02 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 41 | 0.27 | 0 | 0.09 | 0.82 | 160 | 0.15 | 0.15 |
| Hex | 21 | 2D | 29 | 1B | 0 | 9 | 52 | A0 | F | F |
| Octal | 41 | 55 | 51 | 33 | 0 | 11 | 122 | 240 | 17 | 17 |
| Binary | 100001 | 101101 | 101001 | 11011 | 0 | 1001 | 1010010 | 10100000 | 1111 | 1111 |
Color Harmonies of #212D29
Complementary color
Monochromatic Colors of #212D29
Black with #212D29
Text Example
Text Example
White with #212D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212D29; }
p { color: rgb(33,45,41); }
H1.HeaderClassName
{
color: #212D29;
}
.AnyTagClassName
{
color: #212D29;
}
</style>
background-color css
<style>
a { background-color: #212D29; }
a { background-color: rgb(33,45,41); }
div.DivClassName
{
background-color: #212D29;
}
.BgClassName
{
background-color: #212D29;
}
</style>
border-color css
<style>
span { border-color: #212D29; }
span { border-color: rgb(33,45,41); }
td.TdClassName
{
border-color: #212D29;
}
.TagClassName
{
border-color: #212D29;
}
</style>