Shades of Racing Green #212E2A
Tints of Racing Green #212E2A
RGB
CMYK
RGB Variations
Color information
#212E2A (or 0x212E2A) is known color: Racing Green. HEX triplet: 21, 2E and 2A. RGB value is (33,46,42). Sum of RGB (Red+Green+Blue) = 33+46+42=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 46 (18.36% from 255 or 38.02% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 46 - color contains mainly: green. Hex color #212E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E2A is #DED1D5. Grayscale: #292929. Windows color (decimal): -14602710 or 2764321. OLE color: 2764321.
HSL color Cylindrical-coordinate representation of color #212E2A: hue angle of 161.54º 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 #212E2A is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 46 | 42 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.82 |
| HSL | 161.54º | 0.16% | 0.15% | - |
| HSV(B) | 161.54º | 0.28% | 0.18% | - |
| XYZ | 2.02 | 2.44 | 2.56 | - |
| YUV | 41.66 | 128.19 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 46 | 42 | 0.28 | 0 | 0.09 | 0.82 | 161.54 | 0.16 | 0.15 |
| Hex | 21 | 2E | 2A | 1C | 0 | 9 | 52 | A2 | 10 | F |
| Octal | 41 | 56 | 52 | 34 | 0 | 11 | 122 | 242 | 20 | 17 |
| Binary | 100001 | 101110 | 101010 | 11100 | 0 | 1001 | 1010010 | 10100010 | 10000 | 1111 |
Color Harmonies of #212E2A
Complementary color
Monochromatic Colors of #212E2A
Black with #212E2A
Text Example
Text Example
White with #212E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212E2A; }
p { color: rgb(33,46,42); }
H1.HeaderClassName
{
color: #212E2A;
}
.AnyTagClassName
{
color: #212E2A;
}
</style>
background-color css
<style>
a { background-color: #212E2A; }
a { background-color: rgb(33,46,42); }
div.DivClassName
{
background-color: #212E2A;
}
.BgClassName
{
background-color: #212E2A;
}
</style>
border-color css
<style>
span { border-color: #212E2A; }
span { border-color: rgb(33,46,42); }
td.TdClassName
{
border-color: #212E2A;
}
.TagClassName
{
border-color: #212E2A;
}
</style>