Shades of Racing Green #202F2C
Tints of Racing Green #202F2C
RGB
CMYK
RGB Variations
Color information
#202F2C (or 0x202F2C) is known color: Racing Green. HEX triplet: 20, 2F and 2C. RGB value is (32,47,44). Sum of RGB (Red+Green+Blue) = 32+47+44=123 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.02% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 47 - color contains mainly: green. Hex color #202F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202F2C is #DFD0D3. Grayscale: #2A2A2A. Windows color (decimal): -14667988 or 2895648. OLE color: 2895648.
HSL color Cylindrical-coordinate representation of color #202F2C: hue angle of 168º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #202F2C is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 47 | 44 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.82 |
| HSL | 168º | 0.19% | 0.15% | - |
| HSV(B) | 168º | 0.32% | 0.18% | - |
| XYZ | 2.07 | 2.52 | 2.76 | - |
| YUV | 42.17 | 129.03 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 44 | 0.32 | 0 | 0.06 | 0.82 | 168 | 0.19 | 0.15 |
| Hex | 20 | 2F | 2C | 20 | 0 | 6 | 52 | A8 | 13 | F |
| Octal | 40 | 57 | 54 | 40 | 0 | 6 | 122 | 250 | 23 | 17 |
| Binary | 100000 | 101111 | 101100 | 100000 | 0 | 110 | 1010010 | 10101000 | 10011 | 1111 |
Color Harmonies of #202F2C
Complementary color
Monochromatic Colors of #202F2C
Black with #202F2C
Text Example
Text Example
White with #202F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202F2C; }
p { color: rgb(32,47,44); }
H1.HeaderClassName
{
color: #202F2C;
}
.AnyTagClassName
{
color: #202F2C;
}
</style>
background-color css
<style>
a { background-color: #202F2C; }
a { background-color: rgb(32,47,44); }
div.DivClassName
{
background-color: #202F2C;
}
.BgClassName
{
background-color: #202F2C;
}
</style>
border-color css
<style>
span { border-color: #202F2C; }
span { border-color: rgb(32,47,44); }
td.TdClassName
{
border-color: #202F2C;
}
.TagClassName
{
border-color: #202F2C;
}
</style>