Shades of Racing Green #21322E
Tints of Racing Green #21322E
RGB
CMYK
RGB Variations
Color information
#21322E (or 0x21322E) is known color: Racing Green. HEX triplet: 21, 32 and 2E. RGB value is (33,50,46). Sum of RGB (Red+Green+Blue) = 33+50+46=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 46 (18.36% from 255 or 35.66% from 129); Max value from RGB is 50 - color contains mainly: green. Hex color #21322E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21322E is #DECDD1. Grayscale: #2C2C2C. Windows color (decimal): -14601682 or 3027489. OLE color: 3027489.
HSL color Cylindrical-coordinate representation of color #21322E: hue angle of 165.88º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #21322E is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 33 | 50 | 46 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.80 |
| HSL | 165.88º | 0.2% | 0.16% | - |
| HSV(B) | 165.88º | 0.34% | 0.2% | - |
| XYZ | 2.26 | 2.8 | 3.01 | - |
| YUV | 44.46 | 128.87 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 50 | 46 | 0.34 | 0 | 0.08 | 0.80 | 165.88 | 0.2 | 0.16 |
| Hex | 21 | 32 | 2E | 22 | 0 | 8 | 50 | A6 | 14 | 10 |
| Octal | 41 | 62 | 56 | 42 | 0 | 10 | 120 | 246 | 24 | 20 |
| Binary | 100001 | 110010 | 101110 | 100010 | 0 | 1000 | 1010000 | 10100110 | 10100 | 10000 |
Color Harmonies of #21322E
Complementary color
Monochromatic Colors of #21322E
Black with #21322E
Text Example
Text Example
White with #21322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21322E; }
p { color: rgb(33,50,46); }
H1.HeaderClassName
{
color: #21322E;
}
.AnyTagClassName
{
color: #21322E;
}
</style>
background-color css
<style>
a { background-color: #21322E; }
a { background-color: rgb(33,50,46); }
div.DivClassName
{
background-color: #21322E;
}
.BgClassName
{
background-color: #21322E;
}
</style>
border-color css
<style>
span { border-color: #21322E; }
span { border-color: rgb(33,50,46); }
td.TdClassName
{
border-color: #21322E;
}
.TagClassName
{
border-color: #21322E;
}
</style>