Shades of Forest Green #1B8211
Tints of Forest Green #1B8211
RGB
CMYK
RGB Variations
Color information
#1B8211 (or 0x1B8211) is known color: Forest Green. HEX triplet: 1B, 82 and 11. RGB value is (27,130,17). Sum of RGB (Red+Green+Blue) = 27+130+17=174 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.52% from 174); Green value is 130 (51.17% from 255 or 74.71% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 130 - color contains mainly: green. Hex color #1B8211 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1B8211 is #E47DEE. Grayscale: #565656. Windows color (decimal): -14974447 or 1147419. OLE color: 1147419.
HSL color Cylindrical-coordinate representation of color #1B8211: hue angle of 114.69º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B8211 is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 27 | 130 | 17 | - |
| CMYK | 0.79 | 0 | 0.87 | 0.49 |
| HSL | 114.69º | 0.77% | 0.29% | - |
| HSV(B) | 114.69º | 0.87% | 0.51% | - |
| XYZ | 8.54 | 16.24 | 3.21 | - |
| YUV | 86.32 | 88.88 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 130 | 17 | 0.79 | 0 | 0.87 | 0.49 | 114.69 | 0.77 | 0.29 |
| Hex | 1B | 82 | 11 | 4F | 0 | 57 | 31 | 73 | 4D | 1D |
| Octal | 33 | 202 | 21 | 117 | 0 | 127 | 61 | 163 | 115 | 35 |
| Binary | 11011 | 10000010 | 10001 | 1001111 | 0 | 1010111 | 110001 | 1110011 | 1001101 | 11101 |
Color Harmonies of #1B8211
Complementary color
Monochromatic Colors of #1B8211
Black with #1B8211
Text Example
Text Example
White with #1B8211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8211; }
p { color: rgb(27,130,17); }
H1.HeaderClassName
{
color: #1B8211;
}
.AnyTagClassName
{
color: #1B8211;
}
</style>
background-color css
<style>
a { background-color: #1B8211; }
a { background-color: rgb(27,130,17); }
div.DivClassName
{
background-color: #1B8211;
}
.BgClassName
{
background-color: #1B8211;
}
</style>
border-color css
<style>
span { border-color: #1B8211; }
span { border-color: rgb(27,130,17); }
td.TdClassName
{
border-color: #1B8211;
}
.TagClassName
{
border-color: #1B8211;
}
</style>