Shades of Racing Green #202C29
Tints of Racing Green #202C29
RGB
CMYK
RGB Variations
Color information
#202C29 (or 0x202C29) is known color: Racing Green. HEX triplet: 20, 2C and 29. RGB value is (32,44,41). Sum of RGB (Red+Green+Blue) = 32+44+41=117 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.35% from 117); Green value is 44 (17.58% from 255 or 37.61% from 117); Blue value is 41 (16.41% from 255 or 35.04% from 117); Max value from RGB is 44 - color contains mainly: green. Hex color #202C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202C29 is #DFD3D6. Grayscale: #282828. Windows color (decimal): -14668759 or 2698272. OLE color: 2698272.
HSL color Cylindrical-coordinate representation of color #202C29: hue angle of 165º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #202C29 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.83.
Color convert
RGB | 32 | 44 | 41 | - |
CMYK | 0.27 | 0 | 0.07 | 0.83 |
HSL | 165º | 0.16% | 0.15% | - |
HSV(B) | 165º | 0.27% | 0.17% | - |
XYZ | 1.9 | 2.27 | 2.44 | - |
YUV | 40.07 | 128.52 | 122.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 44 | 41 | 0.27 | 0 | 0.07 | 0.83 | 165 | 0.16 | 0.15 |
Hex | 20 | 2C | 29 | 1B | 0 | 7 | 53 | A5 | 10 | F |
Octal | 40 | 54 | 51 | 33 | 0 | 7 | 123 | 245 | 20 | 17 |
Binary | 100000 | 101100 | 101001 | 11011 | 0 | 111 | 1010011 | 10100101 | 10000 | 1111 |
Color Harmonies of #202C29
Complementary color
Monochromatic Colors of #202C29
Black with #202C29
Text Example
Text Example
White with #202C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202C29; }
p { color: rgb(32,44,41); }
H1.HeaderClassName
{
color: #202C29;
}
.AnyTagClassName
{
color: #202C29;
}
</style>
background-color css
<style>
a { background-color: #202C29; }
a { background-color: rgb(32,44,41); }
div.DivClassName
{
background-color: #202C29;
}
.BgClassName
{
background-color: #202C29;
}
</style>
border-color css
<style>
span { border-color: #202C29; }
span { border-color: rgb(32,44,41); }
td.TdClassName
{
border-color: #202C29;
}
.TagClassName
{
border-color: #202C29;
}
</style>