Shades of Forest Green #1DB015
Tints of Forest Green #1DB015
RGB
CMYK
RGB Variations
Color information
#1DB015 (or 0x1DB015) is known color: Forest Green. HEX triplet: 1D, B0 and 15. RGB value is (29,176,21). Sum of RGB (Red+Green+Blue) = 29+176+21=226 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.83% from 226); Green value is 176 (69.14% from 255 or 77.88% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 176 - color contains mainly: green. Hex color #1DB015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DB015 is #E24FEA. Grayscale: #727272. Windows color (decimal): -14831595 or 1421341. OLE color: 1421341.
HSL color Cylindrical-coordinate representation of color #1DB015: hue angle of 116.9º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DB015 is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 176 | 21 | - |
| CMYK | 0.84 | 0 | 0.88 | 0.31 |
| HSL | 116.9º | 0.79% | 0.39% | - |
| HSV(B) | 116.9º | 0.88% | 0.69% | - |
| XYZ | 16.17 | 31.37 | 5.91 | - |
| YUV | 114.38 | 75.3 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 176 | 21 | 0.84 | 0 | 0.88 | 0.31 | 116.9 | 0.79 | 0.39 |
| Hex | 1D | B0 | 15 | 54 | 0 | 58 | 1F | 75 | 4F | 27 |
| Octal | 35 | 260 | 25 | 124 | 0 | 130 | 37 | 165 | 117 | 47 |
| Binary | 11101 | 10110000 | 10101 | 1010100 | 0 | 1011000 | 11111 | 1110101 | 1001111 | 100111 |
Color Harmonies of #1DB015
Complementary color
Monochromatic Colors of #1DB015
Black with #1DB015
Text Example
Text Example
White with #1DB015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB015; }
p { color: rgb(29,176,21); }
H1.HeaderClassName
{
color: #1DB015;
}
.AnyTagClassName
{
color: #1DB015;
}
</style>
background-color css
<style>
a { background-color: #1DB015; }
a { background-color: rgb(29,176,21); }
div.DivClassName
{
background-color: #1DB015;
}
.BgClassName
{
background-color: #1DB015;
}
</style>
border-color css
<style>
span { border-color: #1DB015; }
span { border-color: rgb(29,176,21); }
td.TdClassName
{
border-color: #1DB015;
}
.TagClassName
{
border-color: #1DB015;
}
</style>