Shades of Racing Green #1E2120
Tints of Racing Green #1E2120
RGB
CMYK
RGB Variations
Color information
#1E2120 (or 0x1E2120) is known color: Racing Green. HEX triplet: 1E, 21 and 20. RGB value is (30,33,32). Sum of RGB (Red+Green+Blue) = 30+33+32=95 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.58% from 95); Green value is 33 (13.28% from 255 or 34.74% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 33 - color contains mainly: green. Hex color #1E2120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2120 is #E1DEDF. Grayscale: #1F1F1F. Windows color (decimal): -14802656 or 2105630. OLE color: 2105630.
HSL color Cylindrical-coordinate representation of color #1E2120: hue angle of 160º degrees, saturation: 0.05, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #1E2120 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 30 | 33 | 32 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.87 |
| HSL | 160º | 0.05% | 0.12% | - |
| HSV(B) | 160º | 0.09% | 0.13% | - |
| XYZ | 1.34 | 1.47 | 1.58 | - |
| YUV | 31.99 | 128.01 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 33 | 32 | 0.09 | 0 | 0.03 | 0.87 | 160 | 0.05 | 0.12 |
| Hex | 1E | 21 | 20 | 9 | 0 | 3 | 57 | A0 | 5 | C |
| Octal | 36 | 41 | 40 | 11 | 0 | 3 | 127 | 240 | 5 | 14 |
| Binary | 11110 | 100001 | 100000 | 1001 | 0 | 11 | 1010111 | 10100000 | 101 | 1100 |
Color Harmonies of #1E2120
Complementary color
Monochromatic Colors of #1E2120
Black with #1E2120
Text Example
Text Example
White with #1E2120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2120; }
p { color: rgb(30,33,32); }
H1.HeaderClassName
{
color: #1E2120;
}
.AnyTagClassName
{
color: #1E2120;
}
</style>
background-color css
<style>
a { background-color: #1E2120; }
a { background-color: rgb(30,33,32); }
div.DivClassName
{
background-color: #1E2120;
}
.BgClassName
{
background-color: #1E2120;
}
</style>
border-color css
<style>
span { border-color: #1E2120; }
span { border-color: rgb(30,33,32); }
td.TdClassName
{
border-color: #1E2120;
}
.TagClassName
{
border-color: #1E2120;
}
</style>