Shades of Racing Green #1E302A
Tints of Racing Green #1E302A
RGB
CMYK
RGB Variations
Color information
#1E302A (or 0x1E302A) is known color: Racing Green. HEX triplet: 1E, 30 and 2A. RGB value is (30,48,42). Sum of RGB (Red+Green+Blue) = 30+48+42=120 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 48 - color contains mainly: green. Hex color #1E302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E302A is #E1CFD5. Grayscale: #292929. Windows color (decimal): -14798806 or 2764830. OLE color: 2764830.
HSL color Cylindrical-coordinate representation of color #1E302A: hue angle of 160º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1E302A is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 30 | 48 | 42 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.81 |
| HSL | 160º | 0.23% | 0.15% | - |
| HSV(B) | 160º | 0.38% | 0.19% | - |
| XYZ | 2.01 | 2.56 | 2.58 | - |
| YUV | 41.93 | 128.04 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 48 | 42 | 0.37 | 0 | 0.13 | 0.81 | 160 | 0.23 | 0.15 |
| Hex | 1E | 30 | 2A | 25 | 0 | D | 51 | A0 | 17 | F |
| Octal | 36 | 60 | 52 | 45 | 0 | 15 | 121 | 240 | 27 | 17 |
| Binary | 11110 | 110000 | 101010 | 100101 | 0 | 1101 | 1010001 | 10100000 | 10111 | 1111 |
Color Harmonies of #1E302A
Complementary color
Monochromatic Colors of #1E302A
Black with #1E302A
Text Example
Text Example
White with #1E302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E302A; }
p { color: rgb(30,48,42); }
H1.HeaderClassName
{
color: #1E302A;
}
.AnyTagClassName
{
color: #1E302A;
}
</style>
background-color css
<style>
a { background-color: #1E302A; }
a { background-color: rgb(30,48,42); }
div.DivClassName
{
background-color: #1E302A;
}
.BgClassName
{
background-color: #1E302A;
}
</style>
border-color css
<style>
span { border-color: #1E302A; }
span { border-color: rgb(30,48,42); }
td.TdClassName
{
border-color: #1E302A;
}
.TagClassName
{
border-color: #1E302A;
}
</style>