Shades of Racing Green #20302D
Tints of Racing Green #20302D
RGB
CMYK
RGB Variations
Color information
#20302D (or 0x20302D) is known color: Racing Green. HEX triplet: 20, 30 and 2D. RGB value is (32,48,45). Sum of RGB (Red+Green+Blue) = 32+48+45=125 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.6% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 48 - color contains mainly: green. Hex color #20302D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20302D is #DFCFD2. Grayscale: #2A2A2A. Windows color (decimal): -14667731 or 2961440. OLE color: 2961440.
HSL color Cylindrical-coordinate representation of color #20302D: hue angle of 168.75º 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 #20302D is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 32 | 48 | 45 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.81 |
| HSL | 168.75º | 0.2% | 0.16% | - |
| HSV(B) | 168.75º | 0.33% | 0.19% | - |
| XYZ | 2.13 | 2.61 | 2.87 | - |
| YUV | 42.87 | 129.2 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 48 | 45 | 0.33 | 0 | 0.06 | 0.81 | 168.75 | 0.2 | 0.16 |
| Hex | 20 | 30 | 2D | 21 | 0 | 6 | 51 | A9 | 14 | 10 |
| Octal | 40 | 60 | 55 | 41 | 0 | 6 | 121 | 251 | 24 | 20 |
| Binary | 100000 | 110000 | 101101 | 100001 | 0 | 110 | 1010001 | 10101001 | 10100 | 10000 |
Color Harmonies of #20302D
Complementary color
Monochromatic Colors of #20302D
Black with #20302D
Text Example
Text Example
White with #20302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20302D; }
p { color: rgb(32,48,45); }
H1.HeaderClassName
{
color: #20302D;
}
.AnyTagClassName
{
color: #20302D;
}
</style>
background-color css
<style>
a { background-color: #20302D; }
a { background-color: rgb(32,48,45); }
div.DivClassName
{
background-color: #20302D;
}
.BgClassName
{
background-color: #20302D;
}
</style>
border-color css
<style>
span { border-color: #20302D; }
span { border-color: rgb(32,48,45); }
td.TdClassName
{
border-color: #20302D;
}
.TagClassName
{
border-color: #20302D;
}
</style>