Shades of Forest Green #1B860D
Tints of Forest Green #1B860D
RGB
CMYK
RGB Variations
Color information
#1B860D (or 0x1B860D) is known color: Forest Green. HEX triplet: 1B, 86 and 0D. RGB value is (27,134,13). Sum of RGB (Red+Green+Blue) = 27+134+13=174 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.52% from 174); Green value is 134 (52.73% from 255 or 77.01% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 134 - color contains mainly: green. Hex color #1B860D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1B860D is #E479F2. Grayscale: #585858. Windows color (decimal): -14973427 or 886299. OLE color: 886299.
HSL color Cylindrical-coordinate representation of color #1B860D: hue angle of 113.06º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1B860D is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 27 | 134 | 13 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.47 |
| HSL | 113.06º | 0.82% | 0.29% | - |
| HSV(B) | 113.06º | 0.9% | 0.53% | - |
| XYZ | 9.05 | 17.31 | 3.25 | - |
| YUV | 88.21 | 85.55 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 134 | 13 | 0.80 | 0 | 0.90 | 0.47 | 113.06 | 0.82 | 0.29 |
| Hex | 1B | 86 | D | 50 | 0 | 5A | 2F | 71 | 52 | 1D |
| Octal | 33 | 206 | 15 | 120 | 0 | 132 | 57 | 161 | 122 | 35 |
| Binary | 11011 | 10000110 | 1101 | 1010000 | 0 | 1011010 | 101111 | 1110001 | 1010010 | 11101 |
Color Harmonies of #1B860D
Complementary color
Monochromatic Colors of #1B860D
Black with #1B860D
Text Example
Text Example
White with #1B860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B860D; }
p { color: rgb(27,134,13); }
H1.HeaderClassName
{
color: #1B860D;
}
.AnyTagClassName
{
color: #1B860D;
}
</style>
background-color css
<style>
a { background-color: #1B860D; }
a { background-color: rgb(27,134,13); }
div.DivClassName
{
background-color: #1B860D;
}
.BgClassName
{
background-color: #1B860D;
}
</style>
border-color css
<style>
span { border-color: #1B860D; }
span { border-color: rgb(27,134,13); }
td.TdClassName
{
border-color: #1B860D;
}
.TagClassName
{
border-color: #1B860D;
}
</style>