Shades of Racing Green #1E2E2C
Tints of Racing Green #1E2E2C
RGB
CMYK
RGB Variations
Color information
#1E2E2C (or 0x1E2E2C) is known color: Racing Green. HEX triplet: 1E, 2E and 2C. RGB value is (30,46,44). Sum of RGB (Red+Green+Blue) = 30+46+44=120 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25% from 120); Green value is 46 (18.36% from 255 or 38.33% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 46 - color contains mainly: green. Hex color #1E2E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2E2C is #E1D1D3. Grayscale: #282828. Windows color (decimal): -14799316 or 2895390. OLE color: 2895390.
HSL color Cylindrical-coordinate representation of color #1E2E2C: hue angle of 172.5º degrees, saturation: 0.21, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1E2E2C is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 30 | 46 | 44 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.82 |
| HSL | 172.5º | 0.21% | 0.15% | - |
| HSV(B) | 172.5º | 0.35% | 0.18% | - |
| XYZ | 1.97 | 2.41 | 2.74 | - |
| YUV | 40.99 | 129.7 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 46 | 44 | 0.35 | 0 | 0.04 | 0.82 | 172.5 | 0.21 | 0.15 |
| Hex | 1E | 2E | 2C | 23 | 0 | 4 | 52 | AC | 15 | F |
| Octal | 36 | 56 | 54 | 43 | 0 | 4 | 122 | 254 | 25 | 17 |
| Binary | 11110 | 101110 | 101100 | 100011 | 0 | 100 | 1010010 | 10101100 | 10101 | 1111 |
Color Harmonies of #1E2E2C
Complementary color
Monochromatic Colors of #1E2E2C
Black with #1E2E2C
Text Example
Text Example
White with #1E2E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2E2C; }
p { color: rgb(30,46,44); }
H1.HeaderClassName
{
color: #1E2E2C;
}
.AnyTagClassName
{
color: #1E2E2C;
}
</style>
background-color css
<style>
a { background-color: #1E2E2C; }
a { background-color: rgb(30,46,44); }
div.DivClassName
{
background-color: #1E2E2C;
}
.BgClassName
{
background-color: #1E2E2C;
}
</style>
border-color css
<style>
span { border-color: #1E2E2C; }
span { border-color: rgb(30,46,44); }
td.TdClassName
{
border-color: #1E2E2C;
}
.TagClassName
{
border-color: #1E2E2C;
}
</style>