Shades of Racing Green #20352E
Tints of Racing Green #20352E
RGB
CMYK
RGB Variations
Color information
#20352E (or 0x20352E) is known color: Racing Green. HEX triplet: 20, 35 and 2E. RGB value is (32,53,46). Sum of RGB (Red+Green+Blue) = 32+53+46=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 53 (21.09% from 255 or 40.46% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 53 - color contains mainly: green. Hex color #20352E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20352E is #DFCAD1. Grayscale: #2D2D2D. Windows color (decimal): -14666450 or 3028256. OLE color: 3028256.
HSL color Cylindrical-coordinate representation of color #20352E: hue angle of 160º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #20352E is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 32 | 53 | 46 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.79 |
| HSL | 160º | 0.25% | 0.17% | - |
| HSV(B) | 160º | 0.4% | 0.21% | - |
| XYZ | 2.36 | 3.05 | 3.05 | - |
| YUV | 45.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 53 | 46 | 0.40 | 0 | 0.13 | 0.79 | 160 | 0.25 | 0.17 |
| Hex | 20 | 35 | 2E | 28 | 0 | D | 4F | A0 | 19 | 11 |
| Octal | 40 | 65 | 56 | 50 | 0 | 15 | 117 | 240 | 31 | 21 |
| Binary | 100000 | 110101 | 101110 | 101000 | 0 | 1101 | 1001111 | 10100000 | 11001 | 10001 |
Color Harmonies of #20352E
Complementary color
Monochromatic Colors of #20352E
Black with #20352E
Text Example
Text Example
White with #20352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20352E; }
p { color: rgb(32,53,46); }
H1.HeaderClassName
{
color: #20352E;
}
.AnyTagClassName
{
color: #20352E;
}
</style>
background-color css
<style>
a { background-color: #20352E; }
a { background-color: rgb(32,53,46); }
div.DivClassName
{
background-color: #20352E;
}
.BgClassName
{
background-color: #20352E;
}
</style>
border-color css
<style>
span { border-color: #20352E; }
span { border-color: rgb(32,53,46); }
td.TdClassName
{
border-color: #20352E;
}
.TagClassName
{
border-color: #20352E;
}
</style>