Shades of Forest Green #1B8415
Tints of Forest Green #1B8415
RGB
CMYK
RGB Variations
Color information
#1B8415 (or 0x1B8415) is known color: Forest Green. HEX triplet: 1B, 84 and 15. RGB value is (27,132,21). Sum of RGB (Red+Green+Blue) = 27+132+21=180 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15% from 180); Green value is 132 (51.95% from 255 or 73.33% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 132 - color contains mainly: green. Hex color #1B8415 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1B8415 is #E47BEA. Grayscale: #585858. Windows color (decimal): -14973931 or 1410075. OLE color: 1410075.
HSL color Cylindrical-coordinate representation of color #1B8415: hue angle of 116.76º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B8415 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 27 | 132 | 21 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.48 |
| HSL | 116.76º | 0.73% | 0.3% | - |
| HSV(B) | 116.76º | 0.84% | 0.52% | - |
| XYZ | 8.84 | 16.79 | 3.48 | - |
| YUV | 87.95 | 90.21 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 132 | 21 | 0.80 | 0 | 0.84 | 0.48 | 116.76 | 0.73 | 0.3 |
| Hex | 1B | 84 | 15 | 50 | 0 | 54 | 30 | 75 | 49 | 1E |
| Octal | 33 | 204 | 25 | 120 | 0 | 124 | 60 | 165 | 111 | 36 |
| Binary | 11011 | 10000100 | 10101 | 1010000 | 0 | 1010100 | 110000 | 1110101 | 1001001 | 11110 |
Color Harmonies of #1B8415
Complementary color
Monochromatic Colors of #1B8415
Black with #1B8415
Text Example
Text Example
White with #1B8415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8415; }
p { color: rgb(27,132,21); }
H1.HeaderClassName
{
color: #1B8415;
}
.AnyTagClassName
{
color: #1B8415;
}
</style>
background-color css
<style>
a { background-color: #1B8415; }
a { background-color: rgb(27,132,21); }
div.DivClassName
{
background-color: #1B8415;
}
.BgClassName
{
background-color: #1B8415;
}
</style>
border-color css
<style>
span { border-color: #1B8415; }
span { border-color: rgb(27,132,21); }
td.TdClassName
{
border-color: #1B8415;
}
.TagClassName
{
border-color: #1B8415;
}
</style>