Shades of Racing Green #21332E
Tints of Racing Green #21332E
RGB
CMYK
RGB Variations
Color information
#21332E (or 0x21332E) is known color: Racing Green. HEX triplet: 21, 33 and 2E. RGB value is (33,51,46). Sum of RGB (Red+Green+Blue) = 33+51+46=130 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.38% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 51 - color contains mainly: green. Hex color #21332E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21332E is #DECCD1. Grayscale: #2D2D2D. Windows color (decimal): -14601426 or 3027745. OLE color: 3027745.
HSL color Cylindrical-coordinate representation of color #21332E: hue angle of 163.33º 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 #21332E is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 33 | 51 | 46 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.8 |
| HSL | 163.33º | 0.21% | 0.16% | - |
| HSV(B) | 163.33º | 0.35% | 0.2% | - |
| XYZ | 2.3 | 2.89 | 3.02 | - |
| YUV | 45.05 | 128.54 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 46 | 0.35 | 0 | 0.10 | 0.8 | 163.33 | 0.21 | 0.16 |
| Hex | 21 | 33 | 2E | 23 | 0 | A | 50 | A3 | 15 | 10 |
| Octal | 41 | 63 | 56 | 43 | 0 | 12 | 120 | 243 | 25 | 20 |
| Binary | 100001 | 110011 | 101110 | 100011 | 0 | 1010 | 1010000 | 10100011 | 10101 | 10000 |
Color Harmonies of #21332E
Complementary color
Monochromatic Colors of #21332E
Black with #21332E
Text Example
Text Example
White with #21332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21332E; }
p { color: rgb(33,51,46); }
H1.HeaderClassName
{
color: #21332E;
}
.AnyTagClassName
{
color: #21332E;
}
</style>
background-color css
<style>
a { background-color: #21332E; }
a { background-color: rgb(33,51,46); }
div.DivClassName
{
background-color: #21332E;
}
.BgClassName
{
background-color: #21332E;
}
</style>
border-color css
<style>
span { border-color: #21332E; }
span { border-color: rgb(33,51,46); }
td.TdClassName
{
border-color: #21332E;
}
.TagClassName
{
border-color: #21332E;
}
</style>