Shades of Racing Green #1E342D
Tints of Racing Green #1E342D
RGB
CMYK
RGB Variations
Color information
#1E342D (or 0x1E342D) is known color: Racing Green. HEX triplet: 1E, 34 and 2D. RGB value is (30,52,45). Sum of RGB (Red+Green+Blue) = 30+52+45=127 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.62% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 45 (17.97% from 255 or 35.43% from 127); Max value from RGB is 52 - color contains mainly: green. Hex color #1E342D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E342D is #E1CBD2. Grayscale: #2C2C2C. Windows color (decimal): -14797779 or 2962462. OLE color: 2962462.
HSL color Cylindrical-coordinate representation of color #1E342D: hue angle of 160.91º 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 #1E342D is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 30 | 52 | 45 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.80 |
| HSL | 160.91º | 0.27% | 0.16% | - |
| HSV(B) | 160.91º | 0.42% | 0.2% | - |
| XYZ | 2.24 | 2.92 | 2.93 | - |
| YUV | 44.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 52 | 45 | 0.42 | 0 | 0.13 | 0.80 | 160.91 | 0.27 | 0.16 |
| Hex | 1E | 34 | 2D | 2A | 0 | D | 50 | A1 | 1B | 10 |
| Octal | 36 | 64 | 55 | 52 | 0 | 15 | 120 | 241 | 33 | 20 |
| Binary | 11110 | 110100 | 101101 | 101010 | 0 | 1101 | 1010000 | 10100001 | 11011 | 10000 |
Color Harmonies of #1E342D
Complementary color
Monochromatic Colors of #1E342D
Black with #1E342D
Text Example
Text Example
White with #1E342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E342D; }
p { color: rgb(30,52,45); }
H1.HeaderClassName
{
color: #1E342D;
}
.AnyTagClassName
{
color: #1E342D;
}
</style>
background-color css
<style>
a { background-color: #1E342D; }
a { background-color: rgb(30,52,45); }
div.DivClassName
{
background-color: #1E342D;
}
.BgClassName
{
background-color: #1E342D;
}
</style>
border-color css
<style>
span { border-color: #1E342D; }
span { border-color: rgb(30,52,45); }
td.TdClassName
{
border-color: #1E342D;
}
.TagClassName
{
border-color: #1E342D;
}
</style>