Shades of Forest Green #1DA03D
Tints of Forest Green #1DA03D
RGB
CMYK
RGB Variations
Color information
#1DA03D (or 0x1DA03D) is known color: Forest Green. HEX triplet: 1D, A0 and 3D. RGB value is (29,160,61). Sum of RGB (Red+Green+Blue) = 29+160+61=250 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.6% from 250); Green value is 160 (62.89% from 255 or 64% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA03D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA03D is #E25FC2. Grayscale: #6D6D6D. Windows color (decimal): -14835651 or 4038685. OLE color: 4038685.
HSL color Cylindrical-coordinate representation of color #1DA03D: hue angle of 134.66º 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 #1DA03D is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 160 | 61 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.37 |
| HSL | 134.66º | 0.69% | 0.37% | - |
| HSV(B) | 134.66º | 0.82% | 0.63% | - |
| XYZ | 13.92 | 25.74 | 8.65 | - |
| YUV | 109.55 | 100.6 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 160 | 61 | 0.82 | 0 | 0.62 | 0.37 | 134.66 | 0.69 | 0.37 |
| Hex | 1D | A0 | 3D | 52 | 0 | 3E | 25 | 87 | 45 | 25 |
| Octal | 35 | 240 | 75 | 122 | 0 | 76 | 45 | 207 | 105 | 45 |
| Binary | 11101 | 10100000 | 111101 | 1010010 | 0 | 111110 | 100101 | 10000111 | 1000101 | 100101 |
Color Harmonies of #1DA03D
Complementary color
Monochromatic Colors of #1DA03D
Black with #1DA03D
Text Example
Text Example
White with #1DA03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA03D; }
p { color: rgb(29,160,61); }
H1.HeaderClassName
{
color: #1DA03D;
}
.AnyTagClassName
{
color: #1DA03D;
}
</style>
background-color css
<style>
a { background-color: #1DA03D; }
a { background-color: rgb(29,160,61); }
div.DivClassName
{
background-color: #1DA03D;
}
.BgClassName
{
background-color: #1DA03D;
}
</style>
border-color css
<style>
span { border-color: #1DA03D; }
span { border-color: rgb(29,160,61); }
td.TdClassName
{
border-color: #1DA03D;
}
.TagClassName
{
border-color: #1DA03D;
}
</style>