Shades of Forest Green #1DA51A
Tints of Forest Green #1DA51A
RGB
CMYK
RGB Variations
Color information
#1DA51A (or 0x1DA51A) is known color: Forest Green. HEX triplet: 1D, A5 and 1A. RGB value is (29,165,26). Sum of RGB (Red+Green+Blue) = 29+165+26=220 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.18% from 220); Green value is 165 (64.84% from 255 or 75% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 165 - color contains mainly: green. Hex color #1DA51A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA51A is #E25AE5. Grayscale: #6C6C6C. Windows color (decimal): -14834406 or 1746205. OLE color: 1746205.
HSL color Cylindrical-coordinate representation of color #1DA51A: hue angle of 118.71º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DA51A is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 165 | 26 | - |
| CMYK | 0.82 | 0 | 0.84 | 0.35 |
| HSL | 118.71º | 0.73% | 0.37% | - |
| HSV(B) | 118.71º | 0.84% | 0.65% | - |
| XYZ | 14.15 | 27.25 | 5.49 | - |
| YUV | 108.49 | 81.44 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 165 | 26 | 0.82 | 0 | 0.84 | 0.35 | 118.71 | 0.73 | 0.37 |
| Hex | 1D | A5 | 1A | 52 | 0 | 54 | 23 | 77 | 49 | 25 |
| Octal | 35 | 245 | 32 | 122 | 0 | 124 | 43 | 167 | 111 | 45 |
| Binary | 11101 | 10100101 | 11010 | 1010010 | 0 | 1010100 | 100011 | 1110111 | 1001001 | 100101 |
Color Harmonies of #1DA51A
Complementary color
Monochromatic Colors of #1DA51A
Black with #1DA51A
Text Example
Text Example
White with #1DA51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA51A; }
p { color: rgb(29,165,26); }
H1.HeaderClassName
{
color: #1DA51A;
}
.AnyTagClassName
{
color: #1DA51A;
}
</style>
background-color css
<style>
a { background-color: #1DA51A; }
a { background-color: rgb(29,165,26); }
div.DivClassName
{
background-color: #1DA51A;
}
.BgClassName
{
background-color: #1DA51A;
}
</style>
border-color css
<style>
span { border-color: #1DA51A; }
span { border-color: rgb(29,165,26); }
td.TdClassName
{
border-color: #1DA51A;
}
.TagClassName
{
border-color: #1DA51A;
}
</style>