Shades of Racing Green #202E2C
Tints of Racing Green #202E2C
RGB
CMYK
RGB Variations
Color information
#202E2C (or 0x202E2C) is known color: Racing Green. HEX triplet: 20, 2E and 2C. RGB value is (32,46,44). Sum of RGB (Red+Green+Blue) = 32+46+44=122 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.23% from 122); Green value is 46 (18.36% from 255 or 37.70% from 122); Blue value is 44 (17.58% from 255 or 36.07% from 122); Max value from RGB is 46 - color contains mainly: green. Hex color #202E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202E2C is #DFD1D3. Grayscale: #292929. Windows color (decimal): -14668244 or 2895392. OLE color: 2895392.
HSL color Cylindrical-coordinate representation of color #202E2C: hue angle of 171.43º degrees, saturation: 0.18, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #202E2C is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 46 | 44 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.82 |
| HSL | 171.43º | 0.18% | 0.15% | - |
| HSV(B) | 171.43º | 0.3% | 0.18% | - |
| XYZ | 2.03 | 2.44 | 2.75 | - |
| YUV | 41.59 | 129.36 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 44 | 0.30 | 0 | 0.04 | 0.82 | 171.43 | 0.18 | 0.15 |
| Hex | 20 | 2E | 2C | 1E | 0 | 4 | 52 | AB | 12 | F |
| Octal | 40 | 56 | 54 | 36 | 0 | 4 | 122 | 253 | 22 | 17 |
| Binary | 100000 | 101110 | 101100 | 11110 | 0 | 100 | 1010010 | 10101011 | 10010 | 1111 |
Color Harmonies of #202E2C
Complementary color
Monochromatic Colors of #202E2C
Black with #202E2C
Text Example
Text Example
White with #202E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E2C; }
p { color: rgb(32,46,44); }
H1.HeaderClassName
{
color: #202E2C;
}
.AnyTagClassName
{
color: #202E2C;
}
</style>
background-color css
<style>
a { background-color: #202E2C; }
a { background-color: rgb(32,46,44); }
div.DivClassName
{
background-color: #202E2C;
}
.BgClassName
{
background-color: #202E2C;
}
</style>
border-color css
<style>
span { border-color: #202E2C; }
span { border-color: rgb(32,46,44); }
td.TdClassName
{
border-color: #202E2C;
}
.TagClassName
{
border-color: #202E2C;
}
</style>