Shades of Racing Green #212B27
Tints of Racing Green #212B27
RGB
CMYK
RGB Variations
Color information
#212B27 (or 0x212B27) is known color: Racing Green. HEX triplet: 21, 2B and 27. RGB value is (33,43,39). Sum of RGB (Red+Green+Blue) = 33+43+39=115 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.70% from 115); Green value is 43 (17.19% from 255 or 37.39% from 115); Blue value is 39 (15.62% from 255 or 33.91% from 115); Max value from RGB is 43 - color contains mainly: green. Hex color #212B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212B27 is #DED4D8. Grayscale: #272727. Windows color (decimal): -14603481 or 2566945. OLE color: 2566945.
HSL color Cylindrical-coordinate representation of color #212B27: hue angle of 156º degrees, saturation: 0.13, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #212B27 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 33 | 43 | 39 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.83 |
| HSL | 156º | 0.13% | 0.15% | - |
| HSV(B) | 156º | 0.23% | 0.17% | - |
| XYZ | 1.86 | 2.2 | 2.25 | - |
| YUV | 39.55 | 127.69 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 39 | 0.23 | 0 | 0.09 | 0.83 | 156 | 0.13 | 0.15 |
| Hex | 21 | 2B | 27 | 17 | 0 | 9 | 53 | 9C | D | F |
| Octal | 41 | 53 | 47 | 27 | 0 | 11 | 123 | 234 | 15 | 17 |
| Binary | 100001 | 101011 | 100111 | 10111 | 0 | 1001 | 1010011 | 10011100 | 1101 | 1111 |
Color Harmonies of #212B27
Complementary color
Monochromatic Colors of #212B27
Black with #212B27
Text Example
Text Example
White with #212B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212B27; }
p { color: rgb(33,43,39); }
H1.HeaderClassName
{
color: #212B27;
}
.AnyTagClassName
{
color: #212B27;
}
</style>
background-color css
<style>
a { background-color: #212B27; }
a { background-color: rgb(33,43,39); }
div.DivClassName
{
background-color: #212B27;
}
.BgClassName
{
background-color: #212B27;
}
</style>
border-color css
<style>
span { border-color: #212B27; }
span { border-color: rgb(33,43,39); }
td.TdClassName
{
border-color: #212B27;
}
.TagClassName
{
border-color: #212B27;
}
</style>