Shades of Forest Green #1DA51C
Tints of Forest Green #1DA51C
RGB
CMYK
RGB Variations
Color information
#1DA51C (or 0x1DA51C) is known color: Forest Green. HEX triplet: 1D, A5 and 1C. RGB value is (29,165,28). Sum of RGB (Red+Green+Blue) = 29+165+28=222 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.06% from 222); Green value is 165 (64.84% from 255 or 74.32% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 165 - color contains mainly: green. Hex color #1DA51C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA51C is #E25AE3. Grayscale: #6D6D6D. Windows color (decimal): -14834404 or 1877277. OLE color: 1877277.
HSL color Cylindrical-coordinate representation of color #1DA51C: hue angle of 119.56º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DA51C is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 165 | 28 | - |
| CMYK | 0.82 | 0 | 0.83 | 0.35 |
| HSL | 119.56º | 0.71% | 0.38% | - |
| HSV(B) | 119.56º | 0.83% | 0.65% | - |
| XYZ | 14.17 | 27.26 | 5.61 | - |
| YUV | 108.72 | 82.44 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 165 | 28 | 0.82 | 0 | 0.83 | 0.35 | 119.56 | 0.71 | 0.38 |
| Hex | 1D | A5 | 1C | 52 | 0 | 53 | 23 | 78 | 47 | 26 |
| Octal | 35 | 245 | 34 | 122 | 0 | 123 | 43 | 170 | 107 | 46 |
| Binary | 11101 | 10100101 | 11100 | 1010010 | 0 | 1010011 | 100011 | 1111000 | 1000111 | 100110 |
Color Harmonies of #1DA51C
Complementary color
Monochromatic Colors of #1DA51C
Black with #1DA51C
Text Example
Text Example
White with #1DA51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA51C; }
p { color: rgb(29,165,28); }
H1.HeaderClassName
{
color: #1DA51C;
}
.AnyTagClassName
{
color: #1DA51C;
}
</style>
background-color css
<style>
a { background-color: #1DA51C; }
a { background-color: rgb(29,165,28); }
div.DivClassName
{
background-color: #1DA51C;
}
.BgClassName
{
background-color: #1DA51C;
}
</style>
border-color css
<style>
span { border-color: #1DA51C; }
span { border-color: rgb(29,165,28); }
td.TdClassName
{
border-color: #1DA51C;
}
.TagClassName
{
border-color: #1DA51C;
}
</style>