Shades of Racing Green #212F2A
Tints of Racing Green #212F2A
RGB
CMYK
RGB Variations
Color information
#212F2A (or 0x212F2A) is known color: Racing Green. HEX triplet: 21, 2F and 2A. RGB value is (33,47,42). Sum of RGB (Red+Green+Blue) = 33+47+42=122 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.05% from 122); Green value is 47 (18.75% from 255 or 38.52% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 47 - color contains mainly: green. Hex color #212F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212F2A is #DED0D5. Grayscale: #2A2A2A. Windows color (decimal): -14602454 or 2764577. OLE color: 2764577.
HSL color Cylindrical-coordinate representation of color #212F2A: hue angle of 158.57º 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 #212F2A is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 47 | 42 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.82 |
| HSL | 158.57º | 0.18% | 0.16% | - |
| HSV(B) | 158.57º | 0.3% | 0.18% | - |
| XYZ | 2.06 | 2.52 | 2.57 | - |
| YUV | 42.24 | 127.86 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 42 | 0.30 | 0 | 0.11 | 0.82 | 158.57 | 0.18 | 0.16 |
| Hex | 21 | 2F | 2A | 1E | 0 | B | 52 | 9F | 12 | 10 |
| Octal | 41 | 57 | 52 | 36 | 0 | 13 | 122 | 237 | 22 | 20 |
| Binary | 100001 | 101111 | 101010 | 11110 | 0 | 1011 | 1010010 | 10011111 | 10010 | 10000 |
Color Harmonies of #212F2A
Complementary color
Monochromatic Colors of #212F2A
Black with #212F2A
Text Example
Text Example
White with #212F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212F2A; }
p { color: rgb(33,47,42); }
H1.HeaderClassName
{
color: #212F2A;
}
.AnyTagClassName
{
color: #212F2A;
}
</style>
background-color css
<style>
a { background-color: #212F2A; }
a { background-color: rgb(33,47,42); }
div.DivClassName
{
background-color: #212F2A;
}
.BgClassName
{
background-color: #212F2A;
}
</style>
border-color css
<style>
span { border-color: #212F2A; }
span { border-color: rgb(33,47,42); }
td.TdClassName
{
border-color: #212F2A;
}
.TagClassName
{
border-color: #212F2A;
}
</style>