Shades of Racing Green #21302E
Tints of Racing Green #21302E
RGB
CMYK
RGB Variations
Color information
#21302E (or 0x21302E) is known color: Racing Green. HEX triplet: 21, 30 and 2E. RGB value is (33,48,46). Sum of RGB (Red+Green+Blue) = 33+48+46=127 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.98% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 48 - color contains mainly: green. Hex color #21302E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21302E is #DECFD1. Grayscale: #2B2B2B. Windows color (decimal): -14602194 or 3026977. OLE color: 3026977.
HSL color Cylindrical-coordinate representation of color #21302E: hue angle of 172º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #21302E is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 33 | 48 | 46 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.81 |
| HSL | 172º | 0.19% | 0.16% | - |
| HSV(B) | 172º | 0.31% | 0.19% | - |
| XYZ | 2.18 | 2.63 | 2.98 | - |
| YUV | 43.29 | 129.53 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 48 | 46 | 0.31 | 0 | 0.04 | 0.81 | 172 | 0.19 | 0.16 |
| Hex | 21 | 30 | 2E | 1F | 0 | 4 | 51 | AC | 13 | 10 |
| Octal | 41 | 60 | 56 | 37 | 0 | 4 | 121 | 254 | 23 | 20 |
| Binary | 100001 | 110000 | 101110 | 11111 | 0 | 100 | 1010001 | 10101100 | 10011 | 10000 |
Color Harmonies of #21302E
Complementary color
Monochromatic Colors of #21302E
Black with #21302E
Text Example
Text Example
White with #21302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21302E; }
p { color: rgb(33,48,46); }
H1.HeaderClassName
{
color: #21302E;
}
.AnyTagClassName
{
color: #21302E;
}
</style>
background-color css
<style>
a { background-color: #21302E; }
a { background-color: rgb(33,48,46); }
div.DivClassName
{
background-color: #21302E;
}
.BgClassName
{
background-color: #21302E;
}
</style>
border-color css
<style>
span { border-color: #21302E; }
span { border-color: rgb(33,48,46); }
td.TdClassName
{
border-color: #21302E;
}
.TagClassName
{
border-color: #21302E;
}
</style>