Shades of Racing Green #20332D
Tints of Racing Green #20332D
RGB
CMYK
RGB Variations
Color information
#20332D (or 0x20332D) is known color: Racing Green. HEX triplet: 20, 33 and 2D. RGB value is (32,51,45). Sum of RGB (Red+Green+Blue) = 32+51+45=128 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 51 - color contains mainly: green. Hex color #20332D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20332D is #DFCCD2. Grayscale: #2C2C2C. Windows color (decimal): -14666963 or 2962208. OLE color: 2962208.
HSL color Cylindrical-coordinate representation of color #20332D: hue angle of 161.05º 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 #20332D is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 32 | 51 | 45 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.8 |
| HSL | 161.05º | 0.23% | 0.16% | - |
| HSV(B) | 161.05º | 0.37% | 0.2% | - |
| XYZ | 2.25 | 2.86 | 2.92 | - |
| YUV | 44.64 | 128.21 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 51 | 45 | 0.37 | 0 | 0.12 | 0.8 | 161.05 | 0.23 | 0.16 |
| Hex | 20 | 33 | 2D | 25 | 0 | C | 50 | A1 | 17 | 10 |
| Octal | 40 | 63 | 55 | 45 | 0 | 14 | 120 | 241 | 27 | 20 |
| Binary | 100000 | 110011 | 101101 | 100101 | 0 | 1100 | 1010000 | 10100001 | 10111 | 10000 |
Color Harmonies of #20332D
Complementary color
Monochromatic Colors of #20332D
Black with #20332D
Text Example
Text Example
White with #20332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20332D; }
p { color: rgb(32,51,45); }
H1.HeaderClassName
{
color: #20332D;
}
.AnyTagClassName
{
color: #20332D;
}
</style>
background-color css
<style>
a { background-color: #20332D; }
a { background-color: rgb(32,51,45); }
div.DivClassName
{
background-color: #20332D;
}
.BgClassName
{
background-color: #20332D;
}
</style>
border-color css
<style>
span { border-color: #20332D; }
span { border-color: rgb(32,51,45); }
td.TdClassName
{
border-color: #20332D;
}
.TagClassName
{
border-color: #20332D;
}
</style>