Shades of Racing Green #1E382F
Tints of Racing Green #1E382F
RGB
CMYK
RGB Variations
Color information
#1E382F (or 0x1E382F) is known color: Racing Green. HEX triplet: 1E, 38 and 2F. RGB value is (30,56,47). Sum of RGB (Red+Green+Blue) = 30+56+47=133 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.56% from 133); Green value is 56 (22.27% from 255 or 42.11% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 56 - color contains mainly: green. Hex color #1E382F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E382F is #E1C7D0. Grayscale: #2F2F2F. Windows color (decimal): -14796753 or 3094558. OLE color: 3094558.
HSL color Cylindrical-coordinate representation of color #1E382F: hue angle of 159.23º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1E382F is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 56 | 47 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.78 |
| HSL | 159.23º | 0.3% | 0.17% | - |
| HSV(B) | 159.23º | 0.46% | 0.22% | - |
| XYZ | 2.46 | 3.31 | 3.2 | - |
| YUV | 47.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 56 | 47 | 0.46 | 0 | 0.16 | 0.78 | 159.23 | 0.3 | 0.17 |
| Hex | 1E | 38 | 2F | 2E | 0 | 10 | 4E | 9F | 1E | 11 |
| Octal | 36 | 70 | 57 | 56 | 0 | 20 | 116 | 237 | 36 | 21 |
| Binary | 11110 | 111000 | 101111 | 101110 | 0 | 10000 | 1001110 | 10011111 | 11110 | 10001 |
Color Harmonies of #1E382F
Complementary color
Monochromatic Colors of #1E382F
Black with #1E382F
Text Example
Text Example
White with #1E382F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E382F; }
p { color: rgb(30,56,47); }
H1.HeaderClassName
{
color: #1E382F;
}
.AnyTagClassName
{
color: #1E382F;
}
</style>
background-color css
<style>
a { background-color: #1E382F; }
a { background-color: rgb(30,56,47); }
div.DivClassName
{
background-color: #1E382F;
}
.BgClassName
{
background-color: #1E382F;
}
</style>
border-color css
<style>
span { border-color: #1E382F; }
span { border-color: rgb(30,56,47); }
td.TdClassName
{
border-color: #1E382F;
}
.TagClassName
{
border-color: #1E382F;
}
</style>