Shades of Racing Green #202D28
Tints of Racing Green #202D28
RGB
CMYK
RGB Variations
Color information
#202D28 (or 0x202D28) is known color: Racing Green. HEX triplet: 20, 2D and 28. RGB value is (32,45,40). Sum of RGB (Red+Green+Blue) = 32+45+40=117 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.35% from 117); Green value is 45 (17.97% from 255 or 38.46% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 45 - color contains mainly: green. Hex color #202D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202D28 is #DFD2D7. Grayscale: #282828. Windows color (decimal): -14668504 or 2632992. OLE color: 2632992.
HSL color Cylindrical-coordinate representation of color #202D28: hue angle of 156.92º degrees, saturation: 0.17, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #202D28 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 45 | 40 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.82 |
| HSL | 156.92º | 0.17% | 0.15% | - |
| HSV(B) | 156.92º | 0.29% | 0.18% | - |
| XYZ | 1.92 | 2.34 | 2.36 | - |
| YUV | 40.54 | 127.69 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 40 | 0.29 | 0 | 0.11 | 0.82 | 156.92 | 0.17 | 0.15 |
| Hex | 20 | 2D | 28 | 1D | 0 | B | 52 | 9D | 11 | F |
| Octal | 40 | 55 | 50 | 35 | 0 | 13 | 122 | 235 | 21 | 17 |
| Binary | 100000 | 101101 | 101000 | 11101 | 0 | 1011 | 1010010 | 10011101 | 10001 | 1111 |
Color Harmonies of #202D28
Complementary color
Monochromatic Colors of #202D28
Black with #202D28
Text Example
Text Example
White with #202D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202D28; }
p { color: rgb(32,45,40); }
H1.HeaderClassName
{
color: #202D28;
}
.AnyTagClassName
{
color: #202D28;
}
</style>
background-color css
<style>
a { background-color: #202D28; }
a { background-color: rgb(32,45,40); }
div.DivClassName
{
background-color: #202D28;
}
.BgClassName
{
background-color: #202D28;
}
</style>
border-color css
<style>
span { border-color: #202D28; }
span { border-color: rgb(32,45,40); }
td.TdClassName
{
border-color: #202D28;
}
.TagClassName
{
border-color: #202D28;
}
</style>