Shades of Racing Green #212E2B
Tints of Racing Green #212E2B
RGB
CMYK
RGB Variations
Color information
#212E2B (or 0x212E2B) is known color: Racing Green. HEX triplet: 21, 2E and 2B. RGB value is (33,46,43). Sum of RGB (Red+Green+Blue) = 33+46+43=122 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.05% from 122); Green value is 46 (18.36% from 255 or 37.70% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 46 - color contains mainly: green. Hex color #212E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E2B is #DED1D4. Grayscale: #292929. Windows color (decimal): -14602709 or 2829857. OLE color: 2829857.
HSL color Cylindrical-coordinate representation of color #212E2B: hue angle of 166.15º 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 #212E2B is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 46 | 43 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.82 |
| HSL | 166.15º | 0.16% | 0.15% | - |
| HSV(B) | 166.15º | 0.28% | 0.18% | - |
| XYZ | 2.04 | 2.45 | 2.65 | - |
| YUV | 41.77 | 128.69 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 46 | 43 | 0.28 | 0 | 0.07 | 0.82 | 166.15 | 0.16 | 0.15 |
| Hex | 21 | 2E | 2B | 1C | 0 | 7 | 52 | A6 | 10 | F |
| Octal | 41 | 56 | 53 | 34 | 0 | 7 | 122 | 246 | 20 | 17 |
| Binary | 100001 | 101110 | 101011 | 11100 | 0 | 111 | 1010010 | 10100110 | 10000 | 1111 |
Color Harmonies of #212E2B
Complementary color
Monochromatic Colors of #212E2B
Black with #212E2B
Text Example
Text Example
White with #212E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212E2B; }
p { color: rgb(33,46,43); }
H1.HeaderClassName
{
color: #212E2B;
}
.AnyTagClassName
{
color: #212E2B;
}
</style>
background-color css
<style>
a { background-color: #212E2B; }
a { background-color: rgb(33,46,43); }
div.DivClassName
{
background-color: #212E2B;
}
.BgClassName
{
background-color: #212E2B;
}
</style>
border-color css
<style>
span { border-color: #212E2B; }
span { border-color: rgb(33,46,43); }
td.TdClassName
{
border-color: #212E2B;
}
.TagClassName
{
border-color: #212E2B;
}
</style>