Shades of Racing Green #20302A
Tints of Racing Green #20302A
RGB
CMYK
RGB Variations
Color information
#20302A (or 0x20302A) is known color: Racing Green. HEX triplet: 20, 30 and 2A. RGB value is (32,48,42). Sum of RGB (Red+Green+Blue) = 32+48+42=122 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.23% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 48 - color contains mainly: green. Hex color #20302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20302A is #DFCFD5. Grayscale: #2A2A2A. Windows color (decimal): -14667734 or 2764832. OLE color: 2764832.
HSL color Cylindrical-coordinate representation of color #20302A: hue angle of 157.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 #20302A is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 32 | 48 | 42 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.81 |
| HSL | 157.5º | 0.2% | 0.16% | - |
| HSV(B) | 157.5º | 0.33% | 0.19% | - |
| XYZ | 2.07 | 2.59 | 2.58 | - |
| YUV | 42.53 | 127.7 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 48 | 42 | 0.33 | 0 | 0.13 | 0.81 | 157.5 | 0.2 | 0.16 |
| Hex | 20 | 30 | 2A | 21 | 0 | D | 51 | 9E | 14 | 10 |
| Octal | 40 | 60 | 52 | 41 | 0 | 15 | 121 | 236 | 24 | 20 |
| Binary | 100000 | 110000 | 101010 | 100001 | 0 | 1101 | 1010001 | 10011110 | 10100 | 10000 |
Color Harmonies of #20302A
Complementary color
Monochromatic Colors of #20302A
Black with #20302A
Text Example
Text Example
White with #20302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20302A; }
p { color: rgb(32,48,42); }
H1.HeaderClassName
{
color: #20302A;
}
.AnyTagClassName
{
color: #20302A;
}
</style>
background-color css
<style>
a { background-color: #20302A; }
a { background-color: rgb(32,48,42); }
div.DivClassName
{
background-color: #20302A;
}
.BgClassName
{
background-color: #20302A;
}
</style>
border-color css
<style>
span { border-color: #20302A; }
span { border-color: rgb(32,48,42); }
td.TdClassName
{
border-color: #20302A;
}
.TagClassName
{
border-color: #20302A;
}
</style>