Shades of Forest Green #1B7212
Tints of Forest Green #1B7212
RGB
CMYK
RGB Variations
Color information
#1B7212 (or 0x1B7212) is known color: Forest Green. HEX triplet: 1B, 72 and 12. RGB value is (27,114,18). Sum of RGB (Red+Green+Blue) = 27+114+18=159 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.98% from 159); Green value is 114 (44.92% from 255 or 71.70% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 114 - color contains mainly: green. Hex color #1B7212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B7212 is #E48DED. Grayscale: #4D4D4D. Windows color (decimal): -14978542 or 1208859. OLE color: 1208859.
HSL color Cylindrical-coordinate representation of color #1B7212: hue angle of 114.38º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B7212 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 114 | 18 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.55 |
| HSL | 114.38º | 0.73% | 0.26% | - |
| HSV(B) | 114.38º | 0.84% | 0.45% | - |
| XYZ | 6.58 | 12.31 | 2.6 | - |
| YUV | 77.04 | 94.68 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 114 | 18 | 0.76 | 0 | 0.84 | 0.55 | 114.38 | 0.73 | 0.26 |
| Hex | 1B | 72 | 12 | 4C | 0 | 54 | 37 | 72 | 49 | 1A |
| Octal | 33 | 162 | 22 | 114 | 0 | 124 | 67 | 162 | 111 | 32 |
| Binary | 11011 | 1110010 | 10010 | 1001100 | 0 | 1010100 | 110111 | 1110010 | 1001001 | 11010 |
Color Harmonies of #1B7212
Complementary color
Monochromatic Colors of #1B7212
Black with #1B7212
Text Example
Text Example
White with #1B7212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7212; }
p { color: rgb(27,114,18); }
H1.HeaderClassName
{
color: #1B7212;
}
.AnyTagClassName
{
color: #1B7212;
}
</style>
background-color css
<style>
a { background-color: #1B7212; }
a { background-color: rgb(27,114,18); }
div.DivClassName
{
background-color: #1B7212;
}
.BgClassName
{
background-color: #1B7212;
}
</style>
border-color css
<style>
span { border-color: #1B7212; }
span { border-color: rgb(27,114,18); }
td.TdClassName
{
border-color: #1B7212;
}
.TagClassName
{
border-color: #1B7212;
}
</style>