Shades of Racing Green #212F2D
Tints of Racing Green #212F2D
RGB
CMYK
RGB Variations
Color information
#212F2D (or 0x212F2D) is known color: Racing Green. HEX triplet: 21, 2F and 2D. RGB value is (33,47,45). Sum of RGB (Red+Green+Blue) = 33+47+45=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 47 (18.75% from 255 or 37.6% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 47 - color contains mainly: green. Hex color #212F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212F2D is #DED0D2. Grayscale: #2A2A2A. Windows color (decimal): -14602451 or 2961185. OLE color: 2961185.
HSL color Cylindrical-coordinate representation of color #212F2D: hue angle of 171.43º 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 #212F2D is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 47 | 45 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.82 |
| HSL | 171.43º | 0.18% | 0.16% | - |
| HSV(B) | 171.43º | 0.3% | 0.18% | - |
| XYZ | 2.12 | 2.55 | 2.86 | - |
| YUV | 42.59 | 129.36 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 45 | 0.30 | 0 | 0.04 | 0.82 | 171.43 | 0.18 | 0.16 |
| Hex | 21 | 2F | 2D | 1E | 0 | 4 | 52 | AB | 12 | 10 |
| Octal | 41 | 57 | 55 | 36 | 0 | 4 | 122 | 253 | 22 | 20 |
| Binary | 100001 | 101111 | 101101 | 11110 | 0 | 100 | 1010010 | 10101011 | 10010 | 10000 |
Color Harmonies of #212F2D
Complementary color
Monochromatic Colors of #212F2D
Black with #212F2D
Text Example
Text Example
White with #212F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212F2D; }
p { color: rgb(33,47,45); }
H1.HeaderClassName
{
color: #212F2D;
}
.AnyTagClassName
{
color: #212F2D;
}
</style>
background-color css
<style>
a { background-color: #212F2D; }
a { background-color: rgb(33,47,45); }
div.DivClassName
{
background-color: #212F2D;
}
.BgClassName
{
background-color: #212F2D;
}
</style>
border-color css
<style>
span { border-color: #212F2D; }
span { border-color: rgb(33,47,45); }
td.TdClassName
{
border-color: #212F2D;
}
.TagClassName
{
border-color: #212F2D;
}
</style>