Shades of Racing Green #212F2C
Tints of Racing Green #212F2C
RGB
CMYK
RGB Variations
Color information
#212F2C (or 0x212F2C) is known color: Racing Green. HEX triplet: 21, 2F and 2C. RGB value is (33,47,44). Sum of RGB (Red+Green+Blue) = 33+47+44=124 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.61% from 124); Green value is 47 (18.75% from 255 or 37.90% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 47 - color contains mainly: green. Hex color #212F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212F2C is #DED0D3. Grayscale: #2A2A2A. Windows color (decimal): -14602452 or 2895649. OLE color: 2895649.
HSL color Cylindrical-coordinate representation of color #212F2C: hue angle of 167.14º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #212F2C is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 47 | 44 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.82 |
| HSL | 167.14º | 0.18% | 0.16% | - |
| HSV(B) | 167.14º | 0.3% | 0.18% | - |
| XYZ | 2.1 | 2.54 | 2.76 | - |
| YUV | 42.47 | 128.86 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 44 | 0.30 | 0 | 0.06 | 0.82 | 167.14 | 0.18 | 0.16 |
| Hex | 21 | 2F | 2C | 1E | 0 | 6 | 52 | A7 | 12 | 10 |
| Octal | 41 | 57 | 54 | 36 | 0 | 6 | 122 | 247 | 22 | 20 |
| Binary | 100001 | 101111 | 101100 | 11110 | 0 | 110 | 1010010 | 10100111 | 10010 | 10000 |
Color Harmonies of #212F2C
Complementary color
Monochromatic Colors of #212F2C
Black with #212F2C
Text Example
Text Example
White with #212F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212F2C; }
p { color: rgb(33,47,44); }
H1.HeaderClassName
{
color: #212F2C;
}
.AnyTagClassName
{
color: #212F2C;
}
</style>
background-color css
<style>
a { background-color: #212F2C; }
a { background-color: rgb(33,47,44); }
div.DivClassName
{
background-color: #212F2C;
}
.BgClassName
{
background-color: #212F2C;
}
</style>
border-color css
<style>
span { border-color: #212F2C; }
span { border-color: rgb(33,47,44); }
td.TdClassName
{
border-color: #212F2C;
}
.TagClassName
{
border-color: #212F2C;
}
</style>