Shades of Racing Green #20332E
Tints of Racing Green #20332E
RGB
CMYK
RGB Variations
Color information
#20332E (or 0x20332E) is known color: Racing Green. HEX triplet: 20, 33 and 2E. RGB value is (32,51,46). Sum of RGB (Red+Green+Blue) = 32+51+46=129 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.81% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 46 (18.36% from 255 or 35.66% from 129); Max value from RGB is 51 - color contains mainly: green. Hex color #20332E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20332E is #DFCCD1. Grayscale: #2C2C2C. Windows color (decimal): -14666962 or 3027744. OLE color: 3027744.
HSL color Cylindrical-coordinate representation of color #20332E: hue angle of 164.21º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #20332E is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 32 | 51 | 46 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.8 |
| HSL | 164.21º | 0.23% | 0.16% | - |
| HSV(B) | 164.21º | 0.37% | 0.2% | - |
| XYZ | 2.27 | 2.87 | 3.02 | - |
| YUV | 44.75 | 128.71 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 51 | 46 | 0.37 | 0 | 0.10 | 0.8 | 164.21 | 0.23 | 0.16 |
| Hex | 20 | 33 | 2E | 25 | 0 | A | 50 | A4 | 17 | 10 |
| Octal | 40 | 63 | 56 | 45 | 0 | 12 | 120 | 244 | 27 | 20 |
| Binary | 100000 | 110011 | 101110 | 100101 | 0 | 1010 | 1010000 | 10100100 | 10111 | 10000 |
Color Harmonies of #20332E
Complementary color
Monochromatic Colors of #20332E
Black with #20332E
Text Example
Text Example
White with #20332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20332E; }
p { color: rgb(32,51,46); }
H1.HeaderClassName
{
color: #20332E;
}
.AnyTagClassName
{
color: #20332E;
}
</style>
background-color css
<style>
a { background-color: #20332E; }
a { background-color: rgb(32,51,46); }
div.DivClassName
{
background-color: #20332E;
}
.BgClassName
{
background-color: #20332E;
}
</style>
border-color css
<style>
span { border-color: #20332E; }
span { border-color: rgb(32,51,46); }
td.TdClassName
{
border-color: #20332E;
}
.TagClassName
{
border-color: #20332E;
}
</style>