Shades of Forest Green #1DB012
Tints of Forest Green #1DB012
RGB
CMYK
RGB Variations
Color information
#1DB012 (or 0x1DB012) is known color: Forest Green. HEX triplet: 1D, B0 and 12. RGB value is (29,176,18). Sum of RGB (Red+Green+Blue) = 29+176+18=223 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.00% from 223); Green value is 176 (69.14% from 255 or 78.92% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 176 - color contains mainly: green. Hex color #1DB012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DB012 is #E24FED. Grayscale: #727272. Windows color (decimal): -14831598 or 1224733. OLE color: 1224733.
HSL color Cylindrical-coordinate representation of color #1DB012: hue angle of 115.82º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1DB012 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 176 | 18 | - |
| CMYK | 0.84 | 0 | 0.90 | 0.31 |
| HSL | 115.82º | 0.81% | 0.38% | - |
| HSV(B) | 115.82º | 0.9% | 0.69% | - |
| XYZ | 16.14 | 31.36 | 5.77 | - |
| YUV | 114.04 | 73.8 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 176 | 18 | 0.84 | 0 | 0.90 | 0.31 | 115.82 | 0.81 | 0.38 |
| Hex | 1D | B0 | 12 | 54 | 0 | 5A | 1F | 74 | 51 | 26 |
| Octal | 35 | 260 | 22 | 124 | 0 | 132 | 37 | 164 | 121 | 46 |
| Binary | 11101 | 10110000 | 10010 | 1010100 | 0 | 1011010 | 11111 | 1110100 | 1010001 | 100110 |
Color Harmonies of #1DB012
Complementary color
Monochromatic Colors of #1DB012
Black with #1DB012
Text Example
Text Example
White with #1DB012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB012; }
p { color: rgb(29,176,18); }
H1.HeaderClassName
{
color: #1DB012;
}
.AnyTagClassName
{
color: #1DB012;
}
</style>
background-color css
<style>
a { background-color: #1DB012; }
a { background-color: rgb(29,176,18); }
div.DivClassName
{
background-color: #1DB012;
}
.BgClassName
{
background-color: #1DB012;
}
</style>
border-color css
<style>
span { border-color: #1DB012; }
span { border-color: rgb(29,176,18); }
td.TdClassName
{
border-color: #1DB012;
}
.TagClassName
{
border-color: #1DB012;
}
</style>