Shades of Forest Green #1B7314
Tints of Forest Green #1B7314
RGB
CMYK
RGB Variations
Color information
#1B7314 (or 0x1B7314) is known color: Forest Green. HEX triplet: 1B, 73 and 14. RGB value is (27,115,20). Sum of RGB (Red+Green+Blue) = 27+115+20=162 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.67% from 162); Green value is 115 (45.31% from 255 or 70.99% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 115 - color contains mainly: green. Hex color #1B7314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B7314 is #E48CEB. Grayscale: #4E4E4E. Windows color (decimal): -14978284 or 1340187. OLE color: 1340187.
HSL color Cylindrical-coordinate representation of color #1B7314: hue angle of 115.58º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B7314 is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 115 | 20 | - |
| CMYK | 0.77 | 0 | 0.83 | 0.55 |
| HSL | 115.58º | 0.7% | 0.26% | - |
| HSV(B) | 115.58º | 0.83% | 0.45% | - |
| XYZ | 6.71 | 12.54 | 2.73 | - |
| YUV | 77.86 | 95.35 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 115 | 20 | 0.77 | 0 | 0.83 | 0.55 | 115.58 | 0.7 | 0.26 |
| Hex | 1B | 73 | 14 | 4D | 0 | 53 | 37 | 74 | 46 | 1A |
| Octal | 33 | 163 | 24 | 115 | 0 | 123 | 67 | 164 | 106 | 32 |
| Binary | 11011 | 1110011 | 10100 | 1001101 | 0 | 1010011 | 110111 | 1110100 | 1000110 | 11010 |
Color Harmonies of #1B7314
Complementary color
Monochromatic Colors of #1B7314
Black with #1B7314
Text Example
Text Example
White with #1B7314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7314; }
p { color: rgb(27,115,20); }
H1.HeaderClassName
{
color: #1B7314;
}
.AnyTagClassName
{
color: #1B7314;
}
</style>
background-color css
<style>
a { background-color: #1B7314; }
a { background-color: rgb(27,115,20); }
div.DivClassName
{
background-color: #1B7314;
}
.BgClassName
{
background-color: #1B7314;
}
</style>
border-color css
<style>
span { border-color: #1B7314; }
span { border-color: rgb(27,115,20); }
td.TdClassName
{
border-color: #1B7314;
}
.TagClassName
{
border-color: #1B7314;
}
</style>