Shades of Racing Green #21312B
Tints of Racing Green #21312B
RGB
CMYK
RGB Variations
Color information
#21312B (or 0x21312B) is known color: Racing Green. HEX triplet: 21, 31 and 2B. RGB value is (33,49,43). Sum of RGB (Red+Green+Blue) = 33+49+43=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 49 - color contains mainly: green. Hex color #21312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21312B is #DECED4. Grayscale: #2B2B2B. Windows color (decimal): -14601941 or 2830625. OLE color: 2830625.
HSL color Cylindrical-coordinate representation of color #21312B: hue angle of 157.5º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #21312B is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 33 | 49 | 43 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.81 |
| HSL | 157.5º | 0.2% | 0.16% | - |
| HSV(B) | 157.5º | 0.33% | 0.19% | - |
| XYZ | 2.16 | 2.69 | 2.69 | - |
| YUV | 43.53 | 127.7 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 49 | 43 | 0.33 | 0 | 0.12 | 0.81 | 157.5 | 0.2 | 0.16 |
| Hex | 21 | 31 | 2B | 21 | 0 | C | 51 | 9E | 14 | 10 |
| Octal | 41 | 61 | 53 | 41 | 0 | 14 | 121 | 236 | 24 | 20 |
| Binary | 100001 | 110001 | 101011 | 100001 | 0 | 1100 | 1010001 | 10011110 | 10100 | 10000 |
Color Harmonies of #21312B
Complementary color
Monochromatic Colors of #21312B
Black with #21312B
Text Example
Text Example
White with #21312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21312B; }
p { color: rgb(33,49,43); }
H1.HeaderClassName
{
color: #21312B;
}
.AnyTagClassName
{
color: #21312B;
}
</style>
background-color css
<style>
a { background-color: #21312B; }
a { background-color: rgb(33,49,43); }
div.DivClassName
{
background-color: #21312B;
}
.BgClassName
{
background-color: #21312B;
}
</style>
border-color css
<style>
span { border-color: #21312B; }
span { border-color: rgb(33,49,43); }
td.TdClassName
{
border-color: #21312B;
}
.TagClassName
{
border-color: #21312B;
}
</style>