Shades of Forest Green #1DAE26
Tints of Forest Green #1DAE26
RGB
CMYK
RGB Variations
Color information
#1DAE26 (or 0x1DAE26) is known color: Forest Green. HEX triplet: 1D, AE and 26. RGB value is (29,174,38). Sum of RGB (Red+Green+Blue) = 29+174+38=241 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.03% from 241); Green value is 174 (68.36% from 255 or 72.20% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 174 - color contains mainly: green. Hex color #1DAE26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAE26 is #E251D9. Grayscale: #737373. Windows color (decimal): -14832090 or 2534941. OLE color: 2534941.
HSL color Cylindrical-coordinate representation of color #1DAE26: hue angle of 123.72º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAE26 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 174 | 38 | - |
| CMYK | 0.83 | 0 | 0.78 | 0.32 |
| HSL | 123.72º | 0.71% | 0.4% | - |
| HSV(B) | 123.72º | 0.83% | 0.68% | - |
| XYZ | 15.99 | 30.67 | 6.91 | - |
| YUV | 115.14 | 84.46 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 174 | 38 | 0.83 | 0 | 0.78 | 0.32 | 123.72 | 0.71 | 0.4 |
| Hex | 1D | AE | 26 | 53 | 0 | 4E | 20 | 7C | 47 | 28 |
| Octal | 35 | 256 | 46 | 123 | 0 | 116 | 40 | 174 | 107 | 50 |
| Binary | 11101 | 10101110 | 100110 | 1010011 | 0 | 1001110 | 100000 | 1111100 | 1000111 | 101000 |
Color Harmonies of #1DAE26
Complementary color
Monochromatic Colors of #1DAE26
Black with #1DAE26
Text Example
Text Example
White with #1DAE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAE26; }
p { color: rgb(29,174,38); }
H1.HeaderClassName
{
color: #1DAE26;
}
.AnyTagClassName
{
color: #1DAE26;
}
</style>
background-color css
<style>
a { background-color: #1DAE26; }
a { background-color: rgb(29,174,38); }
div.DivClassName
{
background-color: #1DAE26;
}
.BgClassName
{
background-color: #1DAE26;
}
</style>
border-color css
<style>
span { border-color: #1DAE26; }
span { border-color: rgb(29,174,38); }
td.TdClassName
{
border-color: #1DAE26;
}
.TagClassName
{
border-color: #1DAE26;
}
</style>