Shades of Forest Green #1DA028
Tints of Forest Green #1DA028
RGB
CMYK
RGB Variations
Color information
#1DA028 (or 0x1DA028) is known color: Forest Green. HEX triplet: 1D, A0 and 28. RGB value is (29,160,40). Sum of RGB (Red+Green+Blue) = 29+160+40=229 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.66% from 229); Green value is 160 (62.89% from 255 or 69.87% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA028 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA028 is #E25FD7. Grayscale: #6B6B6B. Windows color (decimal): -14835672 or 2662429. OLE color: 2662429.
HSL color Cylindrical-coordinate representation of color #1DA028: hue angle of 125.04º 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 #1DA028 is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 160 | 40 | - |
| CMYK | 0.82 | 0 | 0.75 | 0.37 |
| HSL | 125.04º | 0.69% | 0.37% | - |
| HSV(B) | 125.04º | 0.82% | 0.63% | - |
| XYZ | 13.46 | 25.56 | 6.23 | - |
| YUV | 107.15 | 90.1 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 160 | 40 | 0.82 | 0 | 0.75 | 0.37 | 125.04 | 0.69 | 0.37 |
| Hex | 1D | A0 | 28 | 52 | 0 | 4B | 25 | 7D | 45 | 25 |
| Octal | 35 | 240 | 50 | 122 | 0 | 113 | 45 | 175 | 105 | 45 |
| Binary | 11101 | 10100000 | 101000 | 1010010 | 0 | 1001011 | 100101 | 1111101 | 1000101 | 100101 |
Color Harmonies of #1DA028
Complementary color
Monochromatic Colors of #1DA028
Black with #1DA028
Text Example
Text Example
White with #1DA028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA028; }
p { color: rgb(29,160,40); }
H1.HeaderClassName
{
color: #1DA028;
}
.AnyTagClassName
{
color: #1DA028;
}
</style>
background-color css
<style>
a { background-color: #1DA028; }
a { background-color: rgb(29,160,40); }
div.DivClassName
{
background-color: #1DA028;
}
.BgClassName
{
background-color: #1DA028;
}
</style>
border-color css
<style>
span { border-color: #1DA028; }
span { border-color: rgb(29,160,40); }
td.TdClassName
{
border-color: #1DA028;
}
.TagClassName
{
border-color: #1DA028;
}
</style>