Shades of Racing Green #20322B
Tints of Racing Green #20322B
RGB
CMYK
RGB Variations
Color information
#20322B (or 0x20322B) is known color: Racing Green. HEX triplet: 20, 32 and 2B. RGB value is (32,50,43). Sum of RGB (Red+Green+Blue) = 32+50+43=125 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.6% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 50 - color contains mainly: green. Hex color #20322B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20322B is #DFCDD4. Grayscale: #2B2B2B. Windows color (decimal): -14667221 or 2830880. OLE color: 2830880.
HSL color Cylindrical-coordinate representation of color #20322B: hue angle of 156.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 #20322B is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 50 | 43 | - |
| CMYK | 0.36 | 0 | 0.14 | 0.80 |
| HSL | 156.67º | 0.22% | 0.16% | - |
| HSV(B) | 156.67º | 0.36% | 0.2% | - |
| XYZ | 2.17 | 2.76 | 2.7 | - |
| YUV | 43.82 | 127.54 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 50 | 43 | 0.36 | 0 | 0.14 | 0.80 | 156.67 | 0.22 | 0.16 |
| Hex | 20 | 32 | 2B | 24 | 0 | E | 50 | 9D | 16 | 10 |
| Octal | 40 | 62 | 53 | 44 | 0 | 16 | 120 | 235 | 26 | 20 |
| Binary | 100000 | 110010 | 101011 | 100100 | 0 | 1110 | 1010000 | 10011101 | 10110 | 10000 |
Color Harmonies of #20322B
Complementary color
Monochromatic Colors of #20322B
Black with #20322B
Text Example
Text Example
White with #20322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20322B; }
p { color: rgb(32,50,43); }
H1.HeaderClassName
{
color: #20322B;
}
.AnyTagClassName
{
color: #20322B;
}
</style>
background-color css
<style>
a { background-color: #20322B; }
a { background-color: rgb(32,50,43); }
div.DivClassName
{
background-color: #20322B;
}
.BgClassName
{
background-color: #20322B;
}
</style>
border-color css
<style>
span { border-color: #20322B; }
span { border-color: rgb(32,50,43); }
td.TdClassName
{
border-color: #20322B;
}
.TagClassName
{
border-color: #20322B;
}
</style>