Shades of Forest Green #1B8210
Tints of Forest Green #1B8210
RGB
CMYK
RGB Variations
Color information
#1B8210 (or 0x1B8210) is known color: Forest Green. HEX triplet: 1B, 82 and 10. RGB value is (27,130,16). Sum of RGB (Red+Green+Blue) = 27+130+16=173 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.61% from 173); Green value is 130 (51.17% from 255 or 75.14% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 130 - color contains mainly: green. Hex color #1B8210 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1B8210 is #E47DEF. Grayscale: #565656. Windows color (decimal): -14974448 or 1081883. OLE color: 1081883.
HSL color Cylindrical-coordinate representation of color #1B8210: hue angle of 114.21º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B8210 is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 27 | 130 | 16 | - |
| CMYK | 0.79 | 0 | 0.88 | 0.49 |
| HSL | 114.21º | 0.78% | 0.29% | - |
| HSV(B) | 114.21º | 0.88% | 0.51% | - |
| XYZ | 8.53 | 16.24 | 3.17 | - |
| YUV | 86.21 | 88.38 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 130 | 16 | 0.79 | 0 | 0.88 | 0.49 | 114.21 | 0.78 | 0.29 |
| Hex | 1B | 82 | 10 | 4F | 0 | 58 | 31 | 72 | 4E | 1D |
| Octal | 33 | 202 | 20 | 117 | 0 | 130 | 61 | 162 | 116 | 35 |
| Binary | 11011 | 10000010 | 10000 | 1001111 | 0 | 1011000 | 110001 | 1110010 | 1001110 | 11101 |
Color Harmonies of #1B8210
Complementary color
Monochromatic Colors of #1B8210
Black with #1B8210
Text Example
Text Example
White with #1B8210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8210; }
p { color: rgb(27,130,16); }
H1.HeaderClassName
{
color: #1B8210;
}
.AnyTagClassName
{
color: #1B8210;
}
</style>
background-color css
<style>
a { background-color: #1B8210; }
a { background-color: rgb(27,130,16); }
div.DivClassName
{
background-color: #1B8210;
}
.BgClassName
{
background-color: #1B8210;
}
</style>
border-color css
<style>
span { border-color: #1B8210; }
span { border-color: rgb(27,130,16); }
td.TdClassName
{
border-color: #1B8210;
}
.TagClassName
{
border-color: #1B8210;
}
</style>