Shades of Forest Green #1DB11E
Tints of Forest Green #1DB11E
RGB
CMYK
RGB Variations
Color information
#1DB11E (or 0x1DB11E) is known color: Forest Green. HEX triplet: 1D, B1 and 1E. RGB value is (29,177,30). Sum of RGB (Red+Green+Blue) = 29+177+30=236 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.29% from 236); Green value is 177 (69.53% from 255 or 75% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 177 - color contains mainly: green. Hex color #1DB11E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DB11E is #E24EE1. Grayscale: #747474. Windows color (decimal): -14831330 or 2011421. OLE color: 2011421.
HSL color Cylindrical-coordinate representation of color #1DB11E: hue angle of 120.41º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB11E is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 177 | 30 | - |
| CMYK | 0.84 | 0 | 0.83 | 0.31 |
| HSL | 120.41º | 0.72% | 0.4% | - |
| HSV(B) | 120.41º | 0.84% | 0.69% | - |
| XYZ | 16.46 | 31.8 | 6.5 | - |
| YUV | 115.99 | 79.47 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 177 | 30 | 0.84 | 0 | 0.83 | 0.31 | 120.41 | 0.72 | 0.4 |
| Hex | 1D | B1 | 1E | 54 | 0 | 53 | 1F | 78 | 48 | 28 |
| Octal | 35 | 261 | 36 | 124 | 0 | 123 | 37 | 170 | 110 | 50 |
| Binary | 11101 | 10110001 | 11110 | 1010100 | 0 | 1010011 | 11111 | 1111000 | 1001000 | 101000 |
Color Harmonies of #1DB11E
Complementary color
Monochromatic Colors of #1DB11E
Black with #1DB11E
Text Example
Text Example
White with #1DB11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB11E; }
p { color: rgb(29,177,30); }
H1.HeaderClassName
{
color: #1DB11E;
}
.AnyTagClassName
{
color: #1DB11E;
}
</style>
background-color css
<style>
a { background-color: #1DB11E; }
a { background-color: rgb(29,177,30); }
div.DivClassName
{
background-color: #1DB11E;
}
.BgClassName
{
background-color: #1DB11E;
}
</style>
border-color css
<style>
span { border-color: #1DB11E; }
span { border-color: rgb(29,177,30); }
td.TdClassName
{
border-color: #1DB11E;
}
.TagClassName
{
border-color: #1DB11E;
}
</style>