Shades of Racing Green #212E2C
Tints of Racing Green #212E2C
RGB
CMYK
RGB Variations
Color information
#212E2C (or 0x212E2C) is known color: Racing Green. HEX triplet: 21, 2E and 2C. RGB value is (33,46,44). Sum of RGB (Red+Green+Blue) = 33+46+44=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 46 (18.36% from 255 or 37.40% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 46 - color contains mainly: green. Hex color #212E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E2C is #DED1D3. Grayscale: #292929. Windows color (decimal): -14602708 or 2895393. OLE color: 2895393.
HSL color Cylindrical-coordinate representation of color #212E2C: hue angle of 170.77º 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 #212E2C is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 46 | 44 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.82 |
| HSL | 170.77º | 0.16% | 0.15% | - |
| HSV(B) | 170.77º | 0.28% | 0.18% | - |
| XYZ | 2.06 | 2.46 | 2.75 | - |
| YUV | 41.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 46 | 44 | 0.28 | 0 | 0.04 | 0.82 | 170.77 | 0.16 | 0.15 |
| Hex | 21 | 2E | 2C | 1C | 0 | 4 | 52 | AB | 10 | F |
| Octal | 41 | 56 | 54 | 34 | 0 | 4 | 122 | 253 | 20 | 17 |
| Binary | 100001 | 101110 | 101100 | 11100 | 0 | 100 | 1010010 | 10101011 | 10000 | 1111 |
Color Harmonies of #212E2C
Complementary color
Monochromatic Colors of #212E2C
Black with #212E2C
Text Example
Text Example
White with #212E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212E2C; }
p { color: rgb(33,46,44); }
H1.HeaderClassName
{
color: #212E2C;
}
.AnyTagClassName
{
color: #212E2C;
}
</style>
background-color css
<style>
a { background-color: #212E2C; }
a { background-color: rgb(33,46,44); }
div.DivClassName
{
background-color: #212E2C;
}
.BgClassName
{
background-color: #212E2C;
}
</style>
border-color css
<style>
span { border-color: #212E2C; }
span { border-color: rgb(33,46,44); }
td.TdClassName
{
border-color: #212E2C;
}
.TagClassName
{
border-color: #212E2C;
}
</style>