Shades of Forest Green #1B6D10
Tints of Forest Green #1B6D10
RGB
CMYK
RGB Variations
Color information
#1B6D10 (or 0x1B6D10) is known color: Forest Green. HEX triplet: 1B, 6D and 10. RGB value is (27,109,16). Sum of RGB (Red+Green+Blue) = 27+109+16=152 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.76% from 152); Green value is 109 (42.97% from 255 or 71.71% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 109 - color contains mainly: green. Hex color #1B6D10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B6D10 is #E492EF. Grayscale: #4A4A4A. Windows color (decimal): -14979824 or 1076507. OLE color: 1076507.
HSL color Cylindrical-coordinate representation of color #1B6D10: hue angle of 112.9º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B6D10 is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 27 | 109 | 16 | - |
| CMYK | 0.75 | 0 | 0.85 | 0.57 |
| HSL | 112.9º | 0.74% | 0.25% | - |
| HSV(B) | 112.9º | 0.85% | 0.43% | - |
| XYZ | 6.01 | 11.21 | 2.34 | - |
| YUV | 73.88 | 95.33 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 109 | 16 | 0.75 | 0 | 0.85 | 0.57 | 112.9 | 0.74 | 0.25 |
| Hex | 1B | 6D | 10 | 4B | 0 | 55 | 39 | 71 | 4A | 19 |
| Octal | 33 | 155 | 20 | 113 | 0 | 125 | 71 | 161 | 112 | 31 |
| Binary | 11011 | 1101101 | 10000 | 1001011 | 0 | 1010101 | 111001 | 1110001 | 1001010 | 11001 |
Color Harmonies of #1B6D10
Complementary color
Monochromatic Colors of #1B6D10
Black with #1B6D10
Text Example
Text Example
White with #1B6D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6D10; }
p { color: rgb(27,109,16); }
H1.HeaderClassName
{
color: #1B6D10;
}
.AnyTagClassName
{
color: #1B6D10;
}
</style>
background-color css
<style>
a { background-color: #1B6D10; }
a { background-color: rgb(27,109,16); }
div.DivClassName
{
background-color: #1B6D10;
}
.BgClassName
{
background-color: #1B6D10;
}
</style>
border-color css
<style>
span { border-color: #1B6D10; }
span { border-color: rgb(27,109,16); }
td.TdClassName
{
border-color: #1B6D10;
}
.TagClassName
{
border-color: #1B6D10;
}
</style>