Shades of Forest Green #1B720E
Tints of Forest Green #1B720E
RGB
CMYK
RGB Variations
Color information
#1B720E (or 0x1B720E) is known color: Forest Green. HEX triplet: 1B, 72 and 0E. RGB value is (27,114,14). Sum of RGB (Red+Green+Blue) = 27+114+14=155 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.42% from 155); Green value is 114 (44.92% from 255 or 73.55% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 114 - color contains mainly: green. Hex color #1B720E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B720E is #E48DF1. Grayscale: #4C4C4C. Windows color (decimal): -14978546 or 946715. OLE color: 946715.
HSL color Cylindrical-coordinate representation of color #1B720E: hue angle of 112.2º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B720E is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 114 | 14 | - |
| CMYK | 0.76 | 0 | 0.88 | 0.55 |
| HSL | 112.2º | 0.78% | 0.25% | - |
| HSV(B) | 112.2º | 0.88% | 0.45% | - |
| XYZ | 6.55 | 12.3 | 2.44 | - |
| YUV | 76.59 | 92.68 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 114 | 14 | 0.76 | 0 | 0.88 | 0.55 | 112.2 | 0.78 | 0.25 |
| Hex | 1B | 72 | E | 4C | 0 | 58 | 37 | 70 | 4E | 19 |
| Octal | 33 | 162 | 16 | 114 | 0 | 130 | 67 | 160 | 116 | 31 |
| Binary | 11011 | 1110010 | 1110 | 1001100 | 0 | 1011000 | 110111 | 1110000 | 1001110 | 11001 |
Color Harmonies of #1B720E
Complementary color
Monochromatic Colors of #1B720E
Black with #1B720E
Text Example
Text Example
White with #1B720E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B720E; }
p { color: rgb(27,114,14); }
H1.HeaderClassName
{
color: #1B720E;
}
.AnyTagClassName
{
color: #1B720E;
}
</style>
background-color css
<style>
a { background-color: #1B720E; }
a { background-color: rgb(27,114,14); }
div.DivClassName
{
background-color: #1B720E;
}
.BgClassName
{
background-color: #1B720E;
}
</style>
border-color css
<style>
span { border-color: #1B720E; }
span { border-color: rgb(27,114,14); }
td.TdClassName
{
border-color: #1B720E;
}
.TagClassName
{
border-color: #1B720E;
}
</style>