Shades of Forest Green #1B7515
Tints of Forest Green #1B7515
RGB
CMYK
RGB Variations
Color information
#1B7515 (or 0x1B7515) is known color: Forest Green. HEX triplet: 1B, 75 and 15. RGB value is (27,117,21). Sum of RGB (Red+Green+Blue) = 27+117+21=165 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.36% from 165); Green value is 117 (46.09% from 255 or 70.91% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 117 - color contains mainly: green. Hex color #1B7515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B7515 is #E48AEA. Grayscale: #4F4F4F. Windows color (decimal): -14977771 or 1406235. OLE color: 1406235.
HSL color Cylindrical-coordinate representation of color #1B7515: hue angle of 116.25º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B7515 is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 27 | 117 | 21 | - |
| CMYK | 0.77 | 0 | 0.82 | 0.54 |
| HSL | 116.25º | 0.7% | 0.27% | - |
| HSV(B) | 116.25º | 0.82% | 0.46% | - |
| XYZ | 6.95 | 13.01 | 2.85 | - |
| YUV | 79.15 | 95.18 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 117 | 21 | 0.77 | 0 | 0.82 | 0.54 | 116.25 | 0.7 | 0.27 |
| Hex | 1B | 75 | 15 | 4D | 0 | 52 | 36 | 74 | 46 | 1B |
| Octal | 33 | 165 | 25 | 115 | 0 | 122 | 66 | 164 | 106 | 33 |
| Binary | 11011 | 1110101 | 10101 | 1001101 | 0 | 1010010 | 110110 | 1110100 | 1000110 | 11011 |
Color Harmonies of #1B7515
Complementary color
Monochromatic Colors of #1B7515
Black with #1B7515
Text Example
Text Example
White with #1B7515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7515; }
p { color: rgb(27,117,21); }
H1.HeaderClassName
{
color: #1B7515;
}
.AnyTagClassName
{
color: #1B7515;
}
</style>
background-color css
<style>
a { background-color: #1B7515; }
a { background-color: rgb(27,117,21); }
div.DivClassName
{
background-color: #1B7515;
}
.BgClassName
{
background-color: #1B7515;
}
</style>
border-color css
<style>
span { border-color: #1B7515; }
span { border-color: rgb(27,117,21); }
td.TdClassName
{
border-color: #1B7515;
}
.TagClassName
{
border-color: #1B7515;
}
</style>