Shades of Racing Green #21332F
Tints of Racing Green #21332F
RGB
CMYK
RGB Variations
Color information
#21332F (or 0x21332F) is known color: Racing Green. HEX triplet: 21, 33 and 2F. RGB value is (33,51,47). Sum of RGB (Red+Green+Blue) = 33+51+47=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 51 - color contains mainly: green. Hex color #21332F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21332F is #DECCD0. Grayscale: #2D2D2D. Windows color (decimal): -14601425 or 3093281. OLE color: 3093281.
HSL color Cylindrical-coordinate representation of color #21332F: hue angle of 166.67º 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 #21332F is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 33 | 51 | 47 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.8 |
| HSL | 166.67º | 0.21% | 0.16% | - |
| HSV(B) | 166.67º | 0.35% | 0.2% | - |
| XYZ | 2.32 | 2.9 | 3.13 | - |
| YUV | 45.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 47 | 0.35 | 0 | 0.08 | 0.8 | 166.67 | 0.21 | 0.16 |
| Hex | 21 | 33 | 2F | 23 | 0 | 8 | 50 | A7 | 15 | 10 |
| Octal | 41 | 63 | 57 | 43 | 0 | 10 | 120 | 247 | 25 | 20 |
| Binary | 100001 | 110011 | 101111 | 100011 | 0 | 1000 | 1010000 | 10100111 | 10101 | 10000 |
Color Harmonies of #21332F
Complementary color
Monochromatic Colors of #21332F
Black with #21332F
Text Example
Text Example
White with #21332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21332F; }
p { color: rgb(33,51,47); }
H1.HeaderClassName
{
color: #21332F;
}
.AnyTagClassName
{
color: #21332F;
}
</style>
background-color css
<style>
a { background-color: #21332F; }
a { background-color: rgb(33,51,47); }
div.DivClassName
{
background-color: #21332F;
}
.BgClassName
{
background-color: #21332F;
}
</style>
border-color css
<style>
span { border-color: #21332F; }
span { border-color: rgb(33,51,47); }
td.TdClassName
{
border-color: #21332F;
}
.TagClassName
{
border-color: #21332F;
}
</style>