Shades of Racing Green #20302E
Tints of Racing Green #20302E
RGB
CMYK
RGB Variations
Color information
#20302E (or 0x20302E) is known color: Racing Green. HEX triplet: 20, 30 and 2E. RGB value is (32,48,46). Sum of RGB (Red+Green+Blue) = 32+48+46=126 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.40% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 48 - color contains mainly: green. Hex color #20302E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20302E is #DFCFD1. Grayscale: #2A2A2A. Windows color (decimal): -14667730 or 3026976. OLE color: 3026976.
HSL color Cylindrical-coordinate representation of color #20302E: hue angle of 172.5º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #20302E is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 32 | 48 | 46 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.81 |
| HSL | 172.5º | 0.2% | 0.16% | - |
| HSV(B) | 172.5º | 0.33% | 0.19% | - |
| XYZ | 2.15 | 2.62 | 2.98 | - |
| YUV | 42.99 | 129.7 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 48 | 46 | 0.33 | 0 | 0.04 | 0.81 | 172.5 | 0.2 | 0.16 |
| Hex | 20 | 30 | 2E | 21 | 0 | 4 | 51 | AC | 14 | 10 |
| Octal | 40 | 60 | 56 | 41 | 0 | 4 | 121 | 254 | 24 | 20 |
| Binary | 100000 | 110000 | 101110 | 100001 | 0 | 100 | 1010001 | 10101100 | 10100 | 10000 |
Color Harmonies of #20302E
Complementary color
Monochromatic Colors of #20302E
Black with #20302E
Text Example
Text Example
White with #20302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20302E; }
p { color: rgb(32,48,46); }
H1.HeaderClassName
{
color: #20302E;
}
.AnyTagClassName
{
color: #20302E;
}
</style>
background-color css
<style>
a { background-color: #20302E; }
a { background-color: rgb(32,48,46); }
div.DivClassName
{
background-color: #20302E;
}
.BgClassName
{
background-color: #20302E;
}
</style>
border-color css
<style>
span { border-color: #20302E; }
span { border-color: rgb(32,48,46); }
td.TdClassName
{
border-color: #20302E;
}
.TagClassName
{
border-color: #20302E;
}
</style>