Shades of Racing Green #1E3630
Tints of Racing Green #1E3630
RGB
CMYK
RGB Variations
Color information
#1E3630 (or 0x1E3630) is known color: Racing Green. HEX triplet: 1E, 36 and 30. RGB value is (30,54,48). Sum of RGB (Red+Green+Blue) = 30+54+48=132 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.73% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 54 - color contains mainly: green. Hex color #1E3630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3630 is #E1C9CF. Grayscale: #2E2E2E. Windows color (decimal): -14797264 or 3159582. OLE color: 3159582.
HSL color Cylindrical-coordinate representation of color #1E3630: hue angle of 165º 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 #1E3630 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 30 | 54 | 48 | - |
| CMYK | 0.44 | 0 | 0.11 | 0.79 |
| HSL | 165º | 0.29% | 0.16% | - |
| HSV(B) | 165º | 0.44% | 0.21% | - |
| XYZ | 2.39 | 3.13 | 3.27 | - |
| YUV | 46.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 54 | 48 | 0.44 | 0 | 0.11 | 0.79 | 165 | 0.29 | 0.16 |
| Hex | 1E | 36 | 30 | 2C | 0 | B | 4F | A5 | 1D | 10 |
| Octal | 36 | 66 | 60 | 54 | 0 | 13 | 117 | 245 | 35 | 20 |
| Binary | 11110 | 110110 | 110000 | 101100 | 0 | 1011 | 1001111 | 10100101 | 11101 | 10000 |
Color Harmonies of #1E3630
Complementary color
Monochromatic Colors of #1E3630
Black with #1E3630
Text Example
Text Example
White with #1E3630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3630; }
p { color: rgb(30,54,48); }
H1.HeaderClassName
{
color: #1E3630;
}
.AnyTagClassName
{
color: #1E3630;
}
</style>
background-color css
<style>
a { background-color: #1E3630; }
a { background-color: rgb(30,54,48); }
div.DivClassName
{
background-color: #1E3630;
}
.BgClassName
{
background-color: #1E3630;
}
</style>
border-color css
<style>
span { border-color: #1E3630; }
span { border-color: rgb(30,54,48); }
td.TdClassName
{
border-color: #1E3630;
}
.TagClassName
{
border-color: #1E3630;
}
</style>