Shades of Forest Green #1DA125
Tints of Forest Green #1DA125
RGB
CMYK
RGB Variations
Color information
#1DA125 (or 0x1DA125) is known color: Forest Green. HEX triplet: 1D, A1 and 25. RGB value is (29,161,37). Sum of RGB (Red+Green+Blue) = 29+161+37=227 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.78% from 227); Green value is 161 (63.28% from 255 or 70.93% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 161 - color contains mainly: green. Hex color #1DA125 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA125 is #E25EDA. Grayscale: #6B6B6B. Windows color (decimal): -14835419 or 2466077. OLE color: 2466077.
HSL color Cylindrical-coordinate representation of color #1DA125: hue angle of 123.64º 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 #1DA125 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 161 | 37 | - |
| CMYK | 0.82 | 0 | 0.77 | 0.37 |
| HSL | 123.64º | 0.69% | 0.37% | - |
| HSV(B) | 123.64º | 0.82% | 0.63% | - |
| XYZ | 13.59 | 25.88 | 6.03 | - |
| YUV | 107.4 | 88.27 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 161 | 37 | 0.82 | 0 | 0.77 | 0.37 | 123.64 | 0.69 | 0.37 |
| Hex | 1D | A1 | 25 | 52 | 0 | 4D | 25 | 7C | 45 | 25 |
| Octal | 35 | 241 | 45 | 122 | 0 | 115 | 45 | 174 | 105 | 45 |
| Binary | 11101 | 10100001 | 100101 | 1010010 | 0 | 1001101 | 100101 | 1111100 | 1000101 | 100101 |
Color Harmonies of #1DA125
Complementary color
Monochromatic Colors of #1DA125
Black with #1DA125
Text Example
Text Example
White with #1DA125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA125; }
p { color: rgb(29,161,37); }
H1.HeaderClassName
{
color: #1DA125;
}
.AnyTagClassName
{
color: #1DA125;
}
</style>
background-color css
<style>
a { background-color: #1DA125; }
a { background-color: rgb(29,161,37); }
div.DivClassName
{
background-color: #1DA125;
}
.BgClassName
{
background-color: #1DA125;
}
</style>
border-color css
<style>
span { border-color: #1DA125; }
span { border-color: rgb(29,161,37); }
td.TdClassName
{
border-color: #1DA125;
}
.TagClassName
{
border-color: #1DA125;
}
</style>