Shades of Forest Green #1E6B13
Tints of Forest Green #1E6B13
RGB
CMYK
RGB Variations
Color information
#1E6B13 (or 0x1E6B13) is known color: Forest Green. HEX triplet: 1E, 6B and 13. RGB value is (30,107,19). Sum of RGB (Red+Green+Blue) = 30+107+19=156 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.23% from 156); Green value is 107 (42.19% from 255 or 68.59% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 107 - color contains mainly: green. Hex color #1E6B13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E6B13 is #E194EC. Grayscale: #4A4A4A. Windows color (decimal): -14783725 or 1272606. OLE color: 1272606.
HSL color Cylindrical-coordinate representation of color #1E6B13: hue angle of 112.5º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E6B13 is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 107 | 19 | - |
| CMYK | 0.72 | 0 | 0.82 | 0.58 |
| HSL | 112.5º | 0.7% | 0.25% | - |
| HSV(B) | 112.5º | 0.82% | 0.42% | - |
| XYZ | 5.91 | 10.84 | 2.4 | - |
| YUV | 73.95 | 96.99 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 107 | 19 | 0.72 | 0 | 0.82 | 0.58 | 112.5 | 0.7 | 0.25 |
| Hex | 1E | 6B | 13 | 48 | 0 | 52 | 3A | 70 | 46 | 19 |
| Octal | 36 | 153 | 23 | 110 | 0 | 122 | 72 | 160 | 106 | 31 |
| Binary | 11110 | 1101011 | 10011 | 1001000 | 0 | 1010010 | 111010 | 1110000 | 1000110 | 11001 |
Color Harmonies of #1E6B13
Complementary color
Monochromatic Colors of #1E6B13
Black with #1E6B13
Text Example
Text Example
White with #1E6B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6B13; }
p { color: rgb(30,107,19); }
H1.HeaderClassName
{
color: #1E6B13;
}
.AnyTagClassName
{
color: #1E6B13;
}
</style>
background-color css
<style>
a { background-color: #1E6B13; }
a { background-color: rgb(30,107,19); }
div.DivClassName
{
background-color: #1E6B13;
}
.BgClassName
{
background-color: #1E6B13;
}
</style>
border-color css
<style>
span { border-color: #1E6B13; }
span { border-color: rgb(30,107,19); }
td.TdClassName
{
border-color: #1E6B13;
}
.TagClassName
{
border-color: #1E6B13;
}
</style>