Shades of Forest Green #1B801E
Tints of Forest Green #1B801E
RGB
CMYK
RGB Variations
Color information
#1B801E (or 0x1B801E) is known color: Forest Green. HEX triplet: 1B, 80 and 1E. RGB value is (27,128,30). Sum of RGB (Red+Green+Blue) = 27+128+30=185 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.59% from 185); Green value is 128 (50.39% from 255 or 69.19% from 185); Blue value is 30 (12.11% from 255 or 16.22% from 185); Max value from RGB is 128 - color contains mainly: green. Hex color #1B801E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B801E is #E47FE1. Grayscale: #565656. Windows color (decimal): -14974946 or 1998875. OLE color: 1998875.
HSL color Cylindrical-coordinate representation of color #1B801E: hue angle of 121.78º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B801E is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 27 | 128 | 30 | - |
| CMYK | 0.79 | 0 | 0.77 | 0.50 |
| HSL | 121.78º | 0.65% | 0.3% | - |
| HSV(B) | 121.78º | 0.79% | 0.5% | - |
| XYZ | 8.41 | 15.77 | 3.83 | - |
| YUV | 86.63 | 96.04 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 128 | 30 | 0.79 | 0 | 0.77 | 0.50 | 121.78 | 0.65 | 0.3 |
| Hex | 1B | 80 | 1E | 4F | 0 | 4D | 32 | 7A | 41 | 1E |
| Octal | 33 | 200 | 36 | 117 | 0 | 115 | 62 | 172 | 101 | 36 |
| Binary | 11011 | 10000000 | 11110 | 1001111 | 0 | 1001101 | 110010 | 1111010 | 1000001 | 11110 |
Color Harmonies of #1B801E
Complementary color
Monochromatic Colors of #1B801E
Black with #1B801E
Text Example
Text Example
White with #1B801E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B801E; }
p { color: rgb(27,128,30); }
H1.HeaderClassName
{
color: #1B801E;
}
.AnyTagClassName
{
color: #1B801E;
}
</style>
background-color css
<style>
a { background-color: #1B801E; }
a { background-color: rgb(27,128,30); }
div.DivClassName
{
background-color: #1B801E;
}
.BgClassName
{
background-color: #1B801E;
}
</style>
border-color css
<style>
span { border-color: #1B801E; }
span { border-color: rgb(27,128,30); }
td.TdClassName
{
border-color: #1B801E;
}
.TagClassName
{
border-color: #1B801E;
}
</style>