Shades of Racing Green #1E3430
Tints of Racing Green #1E3430
RGB
CMYK
RGB Variations
Color information
#1E3430 (or 0x1E3430) is known color: Racing Green. HEX triplet: 1E, 34 and 30. RGB value is (30,52,48). Sum of RGB (Red+Green+Blue) = 30+52+48=130 (17% of max value = 765). Red value is 30 (12.11% from 255 or 23.08% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 52 - color contains mainly: green. Hex color #1E3430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3430 is #E1CBCF. Grayscale: #2C2C2C. Windows color (decimal): -14797776 or 3159070. OLE color: 3159070.
HSL color Cylindrical-coordinate representation of color #1E3430: hue angle of 169.09º degrees, saturation: 0.27, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1E3430 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 30 | 52 | 48 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.80 |
| HSL | 169.09º | 0.27% | 0.16% | - |
| HSV(B) | 169.09º | 0.42% | 0.2% | - |
| XYZ | 2.3 | 2.95 | 3.24 | - |
| YUV | 44.97 | 129.71 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 52 | 48 | 0.42 | 0 | 0.08 | 0.80 | 169.09 | 0.27 | 0.16 |
| Hex | 1E | 34 | 30 | 2A | 0 | 8 | 50 | A9 | 1B | 10 |
| Octal | 36 | 64 | 60 | 52 | 0 | 10 | 120 | 251 | 33 | 20 |
| Binary | 11110 | 110100 | 110000 | 101010 | 0 | 1000 | 1010000 | 10101001 | 11011 | 10000 |
Color Harmonies of #1E3430
Complementary color
Monochromatic Colors of #1E3430
Black with #1E3430
Text Example
Text Example
White with #1E3430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3430; }
p { color: rgb(30,52,48); }
H1.HeaderClassName
{
color: #1E3430;
}
.AnyTagClassName
{
color: #1E3430;
}
</style>
background-color css
<style>
a { background-color: #1E3430; }
a { background-color: rgb(30,52,48); }
div.DivClassName
{
background-color: #1E3430;
}
.BgClassName
{
background-color: #1E3430;
}
</style>
border-color css
<style>
span { border-color: #1E3430; }
span { border-color: rgb(30,52,48); }
td.TdClassName
{
border-color: #1E3430;
}
.TagClassName
{
border-color: #1E3430;
}
</style>