Shades of Racing Green #1E362F
Tints of Racing Green #1E362F
RGB
CMYK
RGB Variations
Color information
#1E362F (or 0x1E362F) is known color: Racing Green. HEX triplet: 1E, 36 and 2F. RGB value is (30,54,47). Sum of RGB (Red+Green+Blue) = 30+54+47=131 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.90% from 131); Green value is 54 (21.48% from 255 or 41.22% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 54 - color contains mainly: green. Hex color #1E362F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E362F is #E1C9D0. Grayscale: #2E2E2E. Windows color (decimal): -14797265 or 3094046. OLE color: 3094046.
HSL color Cylindrical-coordinate representation of color #1E362F: hue angle of 162.5º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1E362F is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 30 | 54 | 47 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.79 |
| HSL | 162.5º | 0.29% | 0.16% | - |
| HSV(B) | 162.5º | 0.44% | 0.21% | - |
| XYZ | 2.37 | 3.12 | 3.17 | - |
| YUV | 46.03 | 128.55 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 54 | 47 | 0.44 | 0 | 0.13 | 0.79 | 162.5 | 0.29 | 0.16 |
| Hex | 1E | 36 | 2F | 2C | 0 | D | 4F | A2 | 1D | 10 |
| Octal | 36 | 66 | 57 | 54 | 0 | 15 | 117 | 242 | 35 | 20 |
| Binary | 11110 | 110110 | 101111 | 101100 | 0 | 1101 | 1001111 | 10100010 | 11101 | 10000 |
Color Harmonies of #1E362F
Complementary color
Monochromatic Colors of #1E362F
Black with #1E362F
Text Example
Text Example
White with #1E362F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E362F; }
p { color: rgb(30,54,47); }
H1.HeaderClassName
{
color: #1E362F;
}
.AnyTagClassName
{
color: #1E362F;
}
</style>
background-color css
<style>
a { background-color: #1E362F; }
a { background-color: rgb(30,54,47); }
div.DivClassName
{
background-color: #1E362F;
}
.BgClassName
{
background-color: #1E362F;
}
</style>
border-color css
<style>
span { border-color: #1E362F; }
span { border-color: rgb(30,54,47); }
td.TdClassName
{
border-color: #1E362F;
}
.TagClassName
{
border-color: #1E362F;
}
</style>