Shades of Forest Green #1E950D
Tints of Forest Green #1E950D
RGB
CMYK
RGB Variations
Color information
#1E950D (or 0x1E950D) is known color: Forest Green. HEX triplet: 1E, 95 and 0D. RGB value is (30,149,13). Sum of RGB (Red+Green+Blue) = 30+149+13=192 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.62% from 192); Green value is 149 (58.59% from 255 or 77.60% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 149 - color contains mainly: green. Hex color #1E950D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1E950D is #E16AF2. Grayscale: #626262. Windows color (decimal): -14772979 or 890142. OLE color: 890142.
HSL color Cylindrical-coordinate representation of color #1E950D: hue angle of 112.5º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E950D is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 149 | 13 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.42 |
| HSL | 112.5º | 0.84% | 0.32% | - |
| HSV(B) | 112.5º | 0.91% | 0.58% | - |
| XYZ | 11.36 | 21.8 | 3.99 | - |
| YUV | 97.92 | 80.08 | 79.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 149 | 13 | 0.80 | 0 | 0.91 | 0.42 | 112.5 | 0.84 | 0.32 |
| Hex | 1E | 95 | D | 50 | 0 | 5B | 2A | 70 | 54 | 20 |
| Octal | 36 | 225 | 15 | 120 | 0 | 133 | 52 | 160 | 124 | 40 |
| Binary | 11110 | 10010101 | 1101 | 1010000 | 0 | 1011011 | 101010 | 1110000 | 1010100 | 100000 |
Color Harmonies of #1E950D
Complementary color
Monochromatic Colors of #1E950D
Black with #1E950D
Text Example
Text Example
White with #1E950D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E950D; }
p { color: rgb(30,149,13); }
H1.HeaderClassName
{
color: #1E950D;
}
.AnyTagClassName
{
color: #1E950D;
}
</style>
background-color css
<style>
a { background-color: #1E950D; }
a { background-color: rgb(30,149,13); }
div.DivClassName
{
background-color: #1E950D;
}
.BgClassName
{
background-color: #1E950D;
}
</style>
border-color css
<style>
span { border-color: #1E950D; }
span { border-color: rgb(30,149,13); }
td.TdClassName
{
border-color: #1E950D;
}
.TagClassName
{
border-color: #1E950D;
}
</style>