Shades of Forest Green #1DA02D
Tints of Forest Green #1DA02D
RGB
CMYK
RGB Variations
Color information
#1DA02D (or 0x1DA02D) is known color: Forest Green. HEX triplet: 1D, A0 and 2D. RGB value is (29,160,45). Sum of RGB (Red+Green+Blue) = 29+160+45=234 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.39% from 234); Green value is 160 (62.89% from 255 or 68.38% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA02D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA02D is #E25FD2. Grayscale: #6C6C6C. Windows color (decimal): -14835667 or 2990109. OLE color: 2990109.
HSL color Cylindrical-coordinate representation of color #1DA02D: hue angle of 127.33º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA02D is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 160 | 45 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.37 |
| HSL | 127.33º | 0.69% | 0.37% | - |
| HSV(B) | 127.33º | 0.82% | 0.63% | - |
| XYZ | 13.55 | 25.59 | 6.71 | - |
| YUV | 107.72 | 92.6 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 160 | 45 | 0.82 | 0 | 0.72 | 0.37 | 127.33 | 0.69 | 0.37 |
| Hex | 1D | A0 | 2D | 52 | 0 | 48 | 25 | 7F | 45 | 25 |
| Octal | 35 | 240 | 55 | 122 | 0 | 110 | 45 | 177 | 105 | 45 |
| Binary | 11101 | 10100000 | 101101 | 1010010 | 0 | 1001000 | 100101 | 1111111 | 1000101 | 100101 |
Color Harmonies of #1DA02D
Complementary color
Monochromatic Colors of #1DA02D
Black with #1DA02D
Text Example
Text Example
White with #1DA02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA02D; }
p { color: rgb(29,160,45); }
H1.HeaderClassName
{
color: #1DA02D;
}
.AnyTagClassName
{
color: #1DA02D;
}
</style>
background-color css
<style>
a { background-color: #1DA02D; }
a { background-color: rgb(29,160,45); }
div.DivClassName
{
background-color: #1DA02D;
}
.BgClassName
{
background-color: #1DA02D;
}
</style>
border-color css
<style>
span { border-color: #1DA02D; }
span { border-color: rgb(29,160,45); }
td.TdClassName
{
border-color: #1DA02D;
}
.TagClassName
{
border-color: #1DA02D;
}
</style>