Shades of Forest Green #1B7E13
Tints of Forest Green #1B7E13
RGB
CMYK
RGB Variations
Color information
#1B7E13 (or 0x1B7E13) is known color: Forest Green. HEX triplet: 1B, 7E and 13. RGB value is (27,126,19). Sum of RGB (Red+Green+Blue) = 27+126+19=172 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.70% from 172); Green value is 126 (49.61% from 255 or 73.26% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 126 - color contains mainly: green. Hex color #1B7E13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B7E13 is #E481EC. Grayscale: #545454. Windows color (decimal): -14975469 or 1277467. OLE color: 1277467.
HSL color Cylindrical-coordinate representation of color #1B7E13: hue angle of 115.51º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B7E13 is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 27 | 126 | 19 | - |
| CMYK | 0.79 | 0 | 0.85 | 0.51 |
| HSL | 115.51º | 0.74% | 0.28% | - |
| HSV(B) | 115.51º | 0.85% | 0.49% | - |
| XYZ | 8.03 | 15.2 | 3.13 | - |
| YUV | 84.2 | 91.2 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 126 | 19 | 0.79 | 0 | 0.85 | 0.51 | 115.51 | 0.74 | 0.28 |
| Hex | 1B | 7E | 13 | 4F | 0 | 55 | 33 | 74 | 4A | 1C |
| Octal | 33 | 176 | 23 | 117 | 0 | 125 | 63 | 164 | 112 | 34 |
| Binary | 11011 | 1111110 | 10011 | 1001111 | 0 | 1010101 | 110011 | 1110100 | 1001010 | 11100 |
Color Harmonies of #1B7E13
Complementary color
Monochromatic Colors of #1B7E13
Black with #1B7E13
Text Example
Text Example
White with #1B7E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7E13; }
p { color: rgb(27,126,19); }
H1.HeaderClassName
{
color: #1B7E13;
}
.AnyTagClassName
{
color: #1B7E13;
}
</style>
background-color css
<style>
a { background-color: #1B7E13; }
a { background-color: rgb(27,126,19); }
div.DivClassName
{
background-color: #1B7E13;
}
.BgClassName
{
background-color: #1B7E13;
}
</style>
border-color css
<style>
span { border-color: #1B7E13; }
span { border-color: rgb(27,126,19); }
td.TdClassName
{
border-color: #1B7E13;
}
.TagClassName
{
border-color: #1B7E13;
}
</style>