Shades of Forest Green #1B6C15
Tints of Forest Green #1B6C15
RGB
CMYK
RGB Variations
Color information
#1B6C15 (or 0x1B6C15) is known color: Forest Green. HEX triplet: 1B, 6C and 15. RGB value is (27,108,21). Sum of RGB (Red+Green+Blue) = 27+108+21=156 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.31% from 156); Green value is 108 (42.58% from 255 or 69.23% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 108 - color contains mainly: green. Hex color #1B6C15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B6C15 is #E493EA. Grayscale: #4A4A4A. Windows color (decimal): -14980075 or 1403931. OLE color: 1403931.
HSL color Cylindrical-coordinate representation of color #1B6C15: hue angle of 115.86º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B6C15 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 27 | 108 | 21 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.58 |
| HSL | 115.86º | 0.67% | 0.25% | - |
| HSV(B) | 115.86º | 0.81% | 0.42% | - |
| XYZ | 5.95 | 11.01 | 2.52 | - |
| YUV | 73.86 | 98.16 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 108 | 21 | 0.75 | 0 | 0.81 | 0.58 | 115.86 | 0.67 | 0.25 |
| Hex | 1B | 6C | 15 | 4B | 0 | 51 | 3A | 74 | 43 | 19 |
| Octal | 33 | 154 | 25 | 113 | 0 | 121 | 72 | 164 | 103 | 31 |
| Binary | 11011 | 1101100 | 10101 | 1001011 | 0 | 1010001 | 111010 | 1110100 | 1000011 | 11001 |
Color Harmonies of #1B6C15
Complementary color
Monochromatic Colors of #1B6C15
Black with #1B6C15
Text Example
Text Example
White with #1B6C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6C15; }
p { color: rgb(27,108,21); }
H1.HeaderClassName
{
color: #1B6C15;
}
.AnyTagClassName
{
color: #1B6C15;
}
</style>
background-color css
<style>
a { background-color: #1B6C15; }
a { background-color: rgb(27,108,21); }
div.DivClassName
{
background-color: #1B6C15;
}
.BgClassName
{
background-color: #1B6C15;
}
</style>
border-color css
<style>
span { border-color: #1B6C15; }
span { border-color: rgb(27,108,21); }
td.TdClassName
{
border-color: #1B6C15;
}
.TagClassName
{
border-color: #1B6C15;
}
</style>