Shades of Racing Green #213731
Tints of Racing Green #213731
RGB
CMYK
RGB Variations
Color information
#213731 (or 0x213731) is known color: Racing Green. HEX triplet: 21, 37 and 31. RGB value is (33,55,49). Sum of RGB (Red+Green+Blue) = 33+55+49=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 55 - color contains mainly: green. Hex color #213731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213731 is #DEC8CE. Grayscale: #2F2F2F. Windows color (decimal): -14600399 or 3225377. OLE color: 3225377.
HSL color Cylindrical-coordinate representation of color #213731: hue angle of 163.64º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #213731 is Cyan = 0.4, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 55 | 49 | - |
| CMYK | 0.4 | 0 | 0.11 | 0.78 |
| HSL | 163.64º | 0.25% | 0.17% | - |
| HSV(B) | 163.64º | 0.4% | 0.22% | - |
| XYZ | 2.55 | 3.28 | 3.4 | - |
| YUV | 47.74 | 128.71 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 55 | 49 | 0.4 | 0 | 0.11 | 0.78 | 163.64 | 0.25 | 0.17 |
| Hex | 21 | 37 | 31 | 28 | 0 | B | 4E | A4 | 19 | 11 |
| Octal | 41 | 67 | 61 | 50 | 0 | 13 | 116 | 244 | 31 | 21 |
| Binary | 100001 | 110111 | 110001 | 101000 | 0 | 1011 | 1001110 | 10100100 | 11001 | 10001 |
Color Harmonies of #213731
Complementary color
Monochromatic Colors of #213731
Black with #213731
Text Example
Text Example
White with #213731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213731; }
p { color: rgb(33,55,49); }
H1.HeaderClassName
{
color: #213731;
}
.AnyTagClassName
{
color: #213731;
}
</style>
background-color css
<style>
a { background-color: #213731; }
a { background-color: rgb(33,55,49); }
div.DivClassName
{
background-color: #213731;
}
.BgClassName
{
background-color: #213731;
}
</style>
border-color css
<style>
span { border-color: #213731; }
span { border-color: rgb(33,55,49); }
td.TdClassName
{
border-color: #213731;
}
.TagClassName
{
border-color: #213731;
}
</style>