Shades of Racing Green #212827
Tints of Racing Green #212827
RGB
CMYK
RGB Variations
Color information
#212827 (or 0x212827) is known color: Racing Green. HEX triplet: 21, 28 and 27. RGB value is (33,40,39). Sum of RGB (Red+Green+Blue) = 33+40+39=112 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.46% from 112); Green value is 40 (16.02% from 255 or 35.71% from 112); Blue value is 39 (15.62% from 255 or 34.82% from 112); Max value from RGB is 40 - color contains mainly: green. Hex color #212827 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212827 is #DED7D8. Grayscale: #252525. Windows color (decimal): -14604249 or 2566177. OLE color: 2566177.
HSL color Cylindrical-coordinate representation of color #212827: hue angle of 171.43º degrees, saturation: 0.1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #212827 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 40 | 39 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.84 |
| HSL | 171.43º | 0.1% | 0.14% | - |
| HSV(B) | 171.43º | 0.18% | 0.16% | - |
| XYZ | 1.75 | 1.99 | 2.21 | - |
| YUV | 37.79 | 128.68 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 40 | 39 | 0.17 | 0 | 0.02 | 0.84 | 171.43 | 0.1 | 0.14 |
| Hex | 21 | 28 | 27 | 11 | 0 | 2 | 54 | AB | A | E |
| Octal | 41 | 50 | 47 | 21 | 0 | 2 | 124 | 253 | 12 | 16 |
| Binary | 100001 | 101000 | 100111 | 10001 | 0 | 10 | 1010100 | 10101011 | 1010 | 1110 |
Color Harmonies of #212827
Complementary color
Monochromatic Colors of #212827
Black with #212827
Text Example
Text Example
White with #212827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212827; }
p { color: rgb(33,40,39); }
H1.HeaderClassName
{
color: #212827;
}
.AnyTagClassName
{
color: #212827;
}
</style>
background-color css
<style>
a { background-color: #212827; }
a { background-color: rgb(33,40,39); }
div.DivClassName
{
background-color: #212827;
}
.BgClassName
{
background-color: #212827;
}
</style>
border-color css
<style>
span { border-color: #212827; }
span { border-color: rgb(33,40,39); }
td.TdClassName
{
border-color: #212827;
}
.TagClassName
{
border-color: #212827;
}
</style>