Shades of Forest Green #1B771F
Tints of Forest Green #1B771F
RGB
CMYK
RGB Variations
Color information
#1B771F (or 0x1B771F) is known color: Forest Green. HEX triplet: 1B, 77 and 1F. RGB value is (27,119,31). Sum of RGB (Red+Green+Blue) = 27+119+31=177 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.25% from 177); Green value is 119 (46.88% from 255 or 67.23% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 119 - color contains mainly: green. Hex color #1B771F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B771F is #E488E0. Grayscale: #515151. Windows color (decimal): -14977249 or 2062107. OLE color: 2062107.
HSL color Cylindrical-coordinate representation of color #1B771F: hue angle of 122.61º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B771F is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 27 | 119 | 31 | - |
| CMYK | 0.77 | 0 | 0.74 | 0.53 |
| HSL | 122.61º | 0.63% | 0.29% | - |
| HSV(B) | 122.61º | 0.77% | 0.47% | - |
| XYZ | 7.3 | 13.53 | 3.52 | - |
| YUV | 81.46 | 99.52 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 119 | 31 | 0.77 | 0 | 0.74 | 0.53 | 122.61 | 0.63 | 0.29 |
| Hex | 1B | 77 | 1F | 4D | 0 | 4A | 35 | 7B | 3F | 1D |
| Octal | 33 | 167 | 37 | 115 | 0 | 112 | 65 | 173 | 77 | 35 |
| Binary | 11011 | 1110111 | 11111 | 1001101 | 0 | 1001010 | 110101 | 1111011 | 111111 | 11101 |
Color Harmonies of #1B771F
Complementary color
Monochromatic Colors of #1B771F
Black with #1B771F
Text Example
Text Example
White with #1B771F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B771F; }
p { color: rgb(27,119,31); }
H1.HeaderClassName
{
color: #1B771F;
}
.AnyTagClassName
{
color: #1B771F;
}
</style>
background-color css
<style>
a { background-color: #1B771F; }
a { background-color: rgb(27,119,31); }
div.DivClassName
{
background-color: #1B771F;
}
.BgClassName
{
background-color: #1B771F;
}
</style>
border-color css
<style>
span { border-color: #1B771F; }
span { border-color: rgb(27,119,31); }
td.TdClassName
{
border-color: #1B771F;
}
.TagClassName
{
border-color: #1B771F;
}
</style>