Shades of Forest Green #1E850B
Tints of Forest Green #1E850B
RGB
CMYK
RGB Variations
Color information
#1E850B (or 0x1E850B) is known color: Forest Green. HEX triplet: 1E, 85 and 0B. RGB value is (30,133,11). Sum of RGB (Red+Green+Blue) = 30+133+11=174 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.24% from 174); Green value is 133 (52.34% from 255 or 76.44% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 133 - color contains mainly: green. Hex color #1E850B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1E850B is #E17AF4. Grayscale: #585858. Windows color (decimal): -14777077 or 754974. OLE color: 754974.
HSL color Cylindrical-coordinate representation of color #1E850B: hue angle of 110.66º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1E850B is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 30 | 133 | 11 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.48 |
| HSL | 110.66º | 0.85% | 0.28% | - |
| HSV(B) | 110.66º | 0.92% | 0.52% | - |
| XYZ | 8.98 | 17.08 | 3.14 | - |
| YUV | 88.3 | 84.38 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 133 | 11 | 0.77 | 0 | 0.92 | 0.48 | 110.66 | 0.85 | 0.28 |
| Hex | 1E | 85 | B | 4D | 0 | 5C | 30 | 6F | 55 | 1C |
| Octal | 36 | 205 | 13 | 115 | 0 | 134 | 60 | 157 | 125 | 34 |
| Binary | 11110 | 10000101 | 1011 | 1001101 | 0 | 1011100 | 110000 | 1101111 | 1010101 | 11100 |
Color Harmonies of #1E850B
Complementary color
Monochromatic Colors of #1E850B
Black with #1E850B
Text Example
Text Example
White with #1E850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E850B; }
p { color: rgb(30,133,11); }
H1.HeaderClassName
{
color: #1E850B;
}
.AnyTagClassName
{
color: #1E850B;
}
</style>
background-color css
<style>
a { background-color: #1E850B; }
a { background-color: rgb(30,133,11); }
div.DivClassName
{
background-color: #1E850B;
}
.BgClassName
{
background-color: #1E850B;
}
</style>
border-color css
<style>
span { border-color: #1E850B; }
span { border-color: rgb(30,133,11); }
td.TdClassName
{
border-color: #1E850B;
}
.TagClassName
{
border-color: #1E850B;
}
</style>