Shades of Forest Green #1B811D
Tints of Forest Green #1B811D
RGB
CMYK
RGB Variations
Color information
#1B811D (or 0x1B811D) is known color: Forest Green. HEX triplet: 1B, 81 and 1D. RGB value is (27,129,29). Sum of RGB (Red+Green+Blue) = 27+129+29=185 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.59% from 185); Green value is 129 (50.78% from 255 or 69.73% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 129 - color contains mainly: green. Hex color #1B811D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B811D is #E47EE2. Grayscale: #575757. Windows color (decimal): -14974691 or 1933595. OLE color: 1933595.
HSL color Cylindrical-coordinate representation of color #1B811D: hue angle of 121.18º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B811D is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 27 | 129 | 29 | - |
| CMYK | 0.79 | 0 | 0.78 | 0.49 |
| HSL | 121.18º | 0.65% | 0.31% | - |
| HSV(B) | 121.18º | 0.79% | 0.51% | - |
| XYZ | 8.52 | 16.02 | 3.81 | - |
| YUV | 87.1 | 95.21 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 129 | 29 | 0.79 | 0 | 0.78 | 0.49 | 121.18 | 0.65 | 0.31 |
| Hex | 1B | 81 | 1D | 4F | 0 | 4E | 31 | 79 | 41 | 1F |
| Octal | 33 | 201 | 35 | 117 | 0 | 116 | 61 | 171 | 101 | 37 |
| Binary | 11011 | 10000001 | 11101 | 1001111 | 0 | 1001110 | 110001 | 1111001 | 1000001 | 11111 |
Color Harmonies of #1B811D
Complementary color
Monochromatic Colors of #1B811D
Black with #1B811D
Text Example
Text Example
White with #1B811D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B811D; }
p { color: rgb(27,129,29); }
H1.HeaderClassName
{
color: #1B811D;
}
.AnyTagClassName
{
color: #1B811D;
}
</style>
background-color css
<style>
a { background-color: #1B811D; }
a { background-color: rgb(27,129,29); }
div.DivClassName
{
background-color: #1B811D;
}
.BgClassName
{
background-color: #1B811D;
}
</style>
border-color css
<style>
span { border-color: #1B811D; }
span { border-color: rgb(27,129,29); }
td.TdClassName
{
border-color: #1B811D;
}
.TagClassName
{
border-color: #1B811D;
}
</style>