Shades of Forest Green #1B810F
Tints of Forest Green #1B810F
RGB
CMYK
RGB Variations
Color information
#1B810F (or 0x1B810F) is known color: Forest Green. HEX triplet: 1B, 81 and 0F. RGB value is (27,129,15). Sum of RGB (Red+Green+Blue) = 27+129+15=171 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.79% from 171); Green value is 129 (50.78% from 255 or 75.44% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 129 - color contains mainly: green. Hex color #1B810F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1B810F is #E47EF0. Grayscale: #555555. Windows color (decimal): -14974705 or 1016091. OLE color: 1016091.
HSL color Cylindrical-coordinate representation of color #1B810F: hue angle of 113.68º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B810F is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 27 | 129 | 15 | - |
| CMYK | 0.79 | 0 | 0.88 | 0.49 |
| HSL | 113.68º | 0.79% | 0.28% | - |
| HSV(B) | 113.68º | 0.88% | 0.51% | - |
| XYZ | 8.39 | 15.97 | 3.09 | - |
| YUV | 85.51 | 88.21 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 129 | 15 | 0.79 | 0 | 0.88 | 0.49 | 113.68 | 0.79 | 0.28 |
| Hex | 1B | 81 | F | 4F | 0 | 58 | 31 | 72 | 4F | 1C |
| Octal | 33 | 201 | 17 | 117 | 0 | 130 | 61 | 162 | 117 | 34 |
| Binary | 11011 | 10000001 | 1111 | 1001111 | 0 | 1011000 | 110001 | 1110010 | 1001111 | 11100 |
Color Harmonies of #1B810F
Complementary color
Monochromatic Colors of #1B810F
Black with #1B810F
Text Example
Text Example
White with #1B810F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B810F; }
p { color: rgb(27,129,15); }
H1.HeaderClassName
{
color: #1B810F;
}
.AnyTagClassName
{
color: #1B810F;
}
</style>
background-color css
<style>
a { background-color: #1B810F; }
a { background-color: rgb(27,129,15); }
div.DivClassName
{
background-color: #1B810F;
}
.BgClassName
{
background-color: #1B810F;
}
</style>
border-color css
<style>
span { border-color: #1B810F; }
span { border-color: rgb(27,129,15); }
td.TdClassName
{
border-color: #1B810F;
}
.TagClassName
{
border-color: #1B810F;
}
</style>