Shades of Forest Green #1DA03A
Tints of Forest Green #1DA03A
RGB
CMYK
RGB Variations
Color information
#1DA03A (or 0x1DA03A) is known color: Forest Green. HEX triplet: 1D, A0 and 3A. RGB value is (29,160,58). Sum of RGB (Red+Green+Blue) = 29+160+58=247 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.74% from 247); Green value is 160 (62.89% from 255 or 64.78% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA03A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA03A is #E25FC5. Grayscale: #6D6D6D. Windows color (decimal): -14835654 or 3842077. OLE color: 3842077.
HSL color Cylindrical-coordinate representation of color #1DA03A: hue angle of 133.28º 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 #1DA03A is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 160 | 58 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.37 |
| HSL | 133.28º | 0.69% | 0.37% | - |
| HSV(B) | 133.28º | 0.82% | 0.63% | - |
| XYZ | 13.84 | 25.71 | 8.24 | - |
| YUV | 109.2 | 99.1 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 160 | 58 | 0.82 | 0 | 0.64 | 0.37 | 133.28 | 0.69 | 0.37 |
| Hex | 1D | A0 | 3A | 52 | 0 | 40 | 25 | 85 | 45 | 25 |
| Octal | 35 | 240 | 72 | 122 | 0 | 100 | 45 | 205 | 105 | 45 |
| Binary | 11101 | 10100000 | 111010 | 1010010 | 0 | 1000000 | 100101 | 10000101 | 1000101 | 100101 |
Color Harmonies of #1DA03A
Complementary color
Monochromatic Colors of #1DA03A
Black with #1DA03A
Text Example
Text Example
White with #1DA03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA03A; }
p { color: rgb(29,160,58); }
H1.HeaderClassName
{
color: #1DA03A;
}
.AnyTagClassName
{
color: #1DA03A;
}
</style>
background-color css
<style>
a { background-color: #1DA03A; }
a { background-color: rgb(29,160,58); }
div.DivClassName
{
background-color: #1DA03A;
}
.BgClassName
{
background-color: #1DA03A;
}
</style>
border-color css
<style>
span { border-color: #1DA03A; }
span { border-color: rgb(29,160,58); }
td.TdClassName
{
border-color: #1DA03A;
}
.TagClassName
{
border-color: #1DA03A;
}
</style>