Shades of Racing Green #202E2A
Tints of Racing Green #202E2A
RGB
CMYK
RGB Variations
Color information
#202E2A (or 0x202E2A) is known color: Racing Green. HEX triplet: 20, 2E and 2A. RGB value is (32,46,42). Sum of RGB (Red+Green+Blue) = 32+46+42=120 (15% of max value = 765). Red value is 32 (12.89% from 255 or 26.67% from 120); Green value is 46 (18.36% from 255 or 38.33% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 46 - color contains mainly: green. Hex color #202E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202E2A is #DFD1D5. Grayscale: #292929. Windows color (decimal): -14668246 or 2764320. OLE color: 2764320.
HSL color Cylindrical-coordinate representation of color #202E2A: hue angle of 162.86º 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 #202E2A is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
RGB | 32 | 46 | 42 | - |
CMYK | 0.30 | 0 | 0.09 | 0.82 |
HSL | 162.86º | 0.18% | 0.15% | - |
HSV(B) | 162.86º | 0.3% | 0.18% | - |
XYZ | 1.99 | 2.43 | 2.55 | - |
YUV | 41.36 | 128.36 | 121.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 46 | 42 | 0.30 | 0 | 0.09 | 0.82 | 162.86 | 0.18 | 0.15 |
Hex | 20 | 2E | 2A | 1E | 0 | 9 | 52 | A3 | 12 | F |
Octal | 40 | 56 | 52 | 36 | 0 | 11 | 122 | 243 | 22 | 17 |
Binary | 100000 | 101110 | 101010 | 11110 | 0 | 1001 | 1010010 | 10100011 | 10010 | 1111 |
Color Harmonies of #202E2A
Complementary color
Monochromatic Colors of #202E2A
Black with #202E2A
Text Example
Text Example
White with #202E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E2A; }
p { color: rgb(32,46,42); }
H1.HeaderClassName
{
color: #202E2A;
}
.AnyTagClassName
{
color: #202E2A;
}
</style>
background-color css
<style>
a { background-color: #202E2A; }
a { background-color: rgb(32,46,42); }
div.DivClassName
{
background-color: #202E2A;
}
.BgClassName
{
background-color: #202E2A;
}
</style>
border-color css
<style>
span { border-color: #202E2A; }
span { border-color: rgb(32,46,42); }
td.TdClassName
{
border-color: #202E2A;
}
.TagClassName
{
border-color: #202E2A;
}
</style>