Shades of Racing Green #202F2D
Tints of Racing Green #202F2D
RGB
CMYK
RGB Variations
Color information
#202F2D (or 0x202F2D) is known color: Racing Green. HEX triplet: 20, 2F and 2D. RGB value is (32,47,45). Sum of RGB (Red+Green+Blue) = 32+47+45=124 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.81% from 124); Green value is 47 (18.75% from 255 or 37.90% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 47 - color contains mainly: green. Hex color #202F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202F2D is #DFD0D2. Grayscale: #2A2A2A. Windows color (decimal): -14667987 or 2961184. OLE color: 2961184.
HSL color Cylindrical-coordinate representation of color #202F2D: hue angle of 172º 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 #202F2D is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
RGB | 32 | 47 | 45 | - |
CMYK | 0.32 | 0 | 0.04 | 0.82 |
HSL | 172º | 0.19% | 0.15% | - |
HSV(B) | 172º | 0.32% | 0.18% | - |
XYZ | 2.09 | 2.53 | 2.86 | - |
YUV | 42.29 | 129.53 | 120.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 47 | 45 | 0.32 | 0 | 0.04 | 0.82 | 172 | 0.19 | 0.15 |
Hex | 20 | 2F | 2D | 20 | 0 | 4 | 52 | AC | 13 | F |
Octal | 40 | 57 | 55 | 40 | 0 | 4 | 122 | 254 | 23 | 17 |
Binary | 100000 | 101111 | 101101 | 100000 | 0 | 100 | 1010010 | 10101100 | 10011 | 1111 |
Color Harmonies of #202F2D
Complementary color
Monochromatic Colors of #202F2D
Black with #202F2D
Text Example
Text Example
White with #202F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202F2D; }
p { color: rgb(32,47,45); }
H1.HeaderClassName
{
color: #202F2D;
}
.AnyTagClassName
{
color: #202F2D;
}
</style>
background-color css
<style>
a { background-color: #202F2D; }
a { background-color: rgb(32,47,45); }
div.DivClassName
{
background-color: #202F2D;
}
.BgClassName
{
background-color: #202F2D;
}
</style>
border-color css
<style>
span { border-color: #202F2D; }
span { border-color: rgb(32,47,45); }
td.TdClassName
{
border-color: #202F2D;
}
.TagClassName
{
border-color: #202F2D;
}
</style>