Shades of Racing Green #21332D
Tints of Racing Green #21332D
RGB
CMYK
RGB Variations
Color information
#21332D (or 0x21332D) is known color: Racing Green. HEX triplet: 21, 33 and 2D. RGB value is (33,51,45). Sum of RGB (Red+Green+Blue) = 33+51+45=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 51 - color contains mainly: green. Hex color #21332D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21332D is #DECCD2. Grayscale: #2C2C2C. Windows color (decimal): -14601427 or 2962209. OLE color: 2962209.
HSL color Cylindrical-coordinate representation of color #21332D: hue angle of 160º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #21332D is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 33 | 51 | 45 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.8 |
| HSL | 160º | 0.21% | 0.16% | - |
| HSV(B) | 160º | 0.35% | 0.2% | - |
| XYZ | 2.28 | 2.88 | 2.92 | - |
| YUV | 44.93 | 128.04 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 45 | 0.35 | 0 | 0.12 | 0.8 | 160 | 0.21 | 0.16 |
| Hex | 21 | 33 | 2D | 23 | 0 | C | 50 | A0 | 15 | 10 |
| Octal | 41 | 63 | 55 | 43 | 0 | 14 | 120 | 240 | 25 | 20 |
| Binary | 100001 | 110011 | 101101 | 100011 | 0 | 1100 | 1010000 | 10100000 | 10101 | 10000 |
Color Harmonies of #21332D
Complementary color
Monochromatic Colors of #21332D
Black with #21332D
Text Example
Text Example
White with #21332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21332D; }
p { color: rgb(33,51,45); }
H1.HeaderClassName
{
color: #21332D;
}
.AnyTagClassName
{
color: #21332D;
}
</style>
background-color css
<style>
a { background-color: #21332D; }
a { background-color: rgb(33,51,45); }
div.DivClassName
{
background-color: #21332D;
}
.BgClassName
{
background-color: #21332D;
}
</style>
border-color css
<style>
span { border-color: #21332D; }
span { border-color: rgb(33,51,45); }
td.TdClassName
{
border-color: #21332D;
}
.TagClassName
{
border-color: #21332D;
}
</style>