Shades of Racing Green #212928
Tints of Racing Green #212928
RGB
CMYK
RGB Variations
Color information
#212928 (or 0x212928) is known color: Racing Green. HEX triplet: 21, 29 and 28. RGB value is (33,41,40). Sum of RGB (Red+Green+Blue) = 33+41+40=114 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.95% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 41 - color contains mainly: green. Hex color #212928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212928 is #DED6D7. Grayscale: #262626. Windows color (decimal): -14603992 or 2631969. OLE color: 2631969.
HSL color Cylindrical-coordinate representation of color #212928: hue angle of 172.5º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #212928 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 41 | 40 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.84 |
| HSL | 172.5º | 0.11% | 0.15% | - |
| HSV(B) | 172.5º | 0.2% | 0.16% | - |
| XYZ | 1.8 | 2.06 | 2.31 | - |
| YUV | 38.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 40 | 0.20 | 0 | 0.02 | 0.84 | 172.5 | 0.11 | 0.15 |
| Hex | 21 | 29 | 28 | 14 | 0 | 2 | 54 | AC | B | F |
| Octal | 41 | 51 | 50 | 24 | 0 | 2 | 124 | 254 | 13 | 17 |
| Binary | 100001 | 101001 | 101000 | 10100 | 0 | 10 | 1010100 | 10101100 | 1011 | 1111 |
Color Harmonies of #212928
Complementary color
Monochromatic Colors of #212928
Black with #212928
Text Example
Text Example
White with #212928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212928; }
p { color: rgb(33,41,40); }
H1.HeaderClassName
{
color: #212928;
}
.AnyTagClassName
{
color: #212928;
}
</style>
background-color css
<style>
a { background-color: #212928; }
a { background-color: rgb(33,41,40); }
div.DivClassName
{
background-color: #212928;
}
.BgClassName
{
background-color: #212928;
}
</style>
border-color css
<style>
span { border-color: #212928; }
span { border-color: rgb(33,41,40); }
td.TdClassName
{
border-color: #212928;
}
.TagClassName
{
border-color: #212928;
}
</style>