Shades of Racing Green #20322E
Tints of Racing Green #20322E
RGB
CMYK
RGB Variations
Color information
#20322E (or 0x20322E) is known color: Racing Green. HEX triplet: 20, 32 and 2E. RGB value is (32,50,46). Sum of RGB (Red+Green+Blue) = 32+50+46=128 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 50 - color contains mainly: green. Hex color #20322E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20322E is #DFCDD1. Grayscale: #2C2C2C. Windows color (decimal): -14667218 or 3027488. OLE color: 3027488.
HSL color Cylindrical-coordinate representation of color #20322E: hue angle of 166.67º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #20322E is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 50 | 46 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.80 |
| HSL | 166.67º | 0.22% | 0.16% | - |
| HSV(B) | 166.67º | 0.36% | 0.2% | - |
| XYZ | 2.23 | 2.79 | 3 | - |
| YUV | 44.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 50 | 46 | 0.36 | 0 | 0.08 | 0.80 | 166.67 | 0.22 | 0.16 |
| Hex | 20 | 32 | 2E | 24 | 0 | 8 | 50 | A7 | 16 | 10 |
| Octal | 40 | 62 | 56 | 44 | 0 | 10 | 120 | 247 | 26 | 20 |
| Binary | 100000 | 110010 | 101110 | 100100 | 0 | 1000 | 1010000 | 10100111 | 10110 | 10000 |
Color Harmonies of #20322E
Complementary color
Monochromatic Colors of #20322E
Black with #20322E
Text Example
Text Example
White with #20322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20322E; }
p { color: rgb(32,50,46); }
H1.HeaderClassName
{
color: #20322E;
}
.AnyTagClassName
{
color: #20322E;
}
</style>
background-color css
<style>
a { background-color: #20322E; }
a { background-color: rgb(32,50,46); }
div.DivClassName
{
background-color: #20322E;
}
.BgClassName
{
background-color: #20322E;
}
</style>
border-color css
<style>
span { border-color: #20322E; }
span { border-color: rgb(32,50,46); }
td.TdClassName
{
border-color: #20322E;
}
.TagClassName
{
border-color: #20322E;
}
</style>