Shades of Forest Green #1DB414
Tints of Forest Green #1DB414
RGB
CMYK
RGB Variations
Color information
#1DB414 (or 0x1DB414) is known color: Forest Green. HEX triplet: 1D, B4 and 14. RGB value is (29,180,20). Sum of RGB (Red+Green+Blue) = 29+180+20=229 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.66% from 229); Green value is 180 (70.70% from 255 or 78.60% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 180 - color contains mainly: green. Hex color #1DB414 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB414 is #E24BEB. Grayscale: #757575. Windows color (decimal): -14830572 or 1356829. OLE color: 1356829.
HSL color Cylindrical-coordinate representation of color #1DB414: hue angle of 116.62º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DB414 is Cyan = 0.84, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 180 | 20 | - |
| CMYK | 0.84 | 0 | 0.89 | 0.29 |
| HSL | 116.63º | 0.8% | 0.39% | - |
| HSV(B) | 116.63º | 0.89% | 0.71% | - |
| XYZ | 16.95 | 32.95 | 6.13 | - |
| YUV | 116.61 | 73.47 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 180 | 20 | 0.84 | 0 | 0.89 | 0.29 | 116.63 | 0.8 | 0.39 |
| Hex | 1D | B4 | 14 | 54 | 0 | 59 | 1D | 75 | 50 | 27 |
| Octal | 35 | 264 | 24 | 124 | 0 | 131 | 35 | 165 | 120 | 47 |
| Binary | 11101 | 10110100 | 10100 | 1010100 | 0 | 1011001 | 11101 | 1110101 | 1010000 | 100111 |
Color Harmonies of #1DB414
Complementary color
Monochromatic Colors of #1DB414
Black with #1DB414
Text Example
Text Example
White with #1DB414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB414; }
p { color: rgb(29,180,20); }
H1.HeaderClassName
{
color: #1DB414;
}
.AnyTagClassName
{
color: #1DB414;
}
</style>
background-color css
<style>
a { background-color: #1DB414; }
a { background-color: rgb(29,180,20); }
div.DivClassName
{
background-color: #1DB414;
}
.BgClassName
{
background-color: #1DB414;
}
</style>
border-color css
<style>
span { border-color: #1DB414; }
span { border-color: rgb(29,180,20); }
td.TdClassName
{
border-color: #1DB414;
}
.TagClassName
{
border-color: #1DB414;
}
</style>