Shades of Forest Green #1DAE19
Tints of Forest Green #1DAE19
RGB
CMYK
RGB Variations
Color information
#1DAE19 (or 0x1DAE19) is known color: Forest Green. HEX triplet: 1D, AE and 19. RGB value is (29,174,25). Sum of RGB (Red+Green+Blue) = 29+174+25=228 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.72% from 228); Green value is 174 (68.36% from 255 or 76.32% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 174 - color contains mainly: green. Hex color #1DAE19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DAE19 is #E251E6. Grayscale: #727272. Windows color (decimal): -14832103 or 1682973. OLE color: 1682973.
HSL color Cylindrical-coordinate representation of color #1DAE19: hue angle of 118.39º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DAE19 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 174 | 25 | - |
| CMYK | 0.83 | 0 | 0.86 | 0.32 |
| HSL | 118.39º | 0.75% | 0.39% | - |
| HSV(B) | 118.39º | 0.86% | 0.68% | - |
| XYZ | 15.82 | 30.6 | 5.99 | - |
| YUV | 113.66 | 77.96 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 174 | 25 | 0.83 | 0 | 0.86 | 0.32 | 118.39 | 0.75 | 0.39 |
| Hex | 1D | AE | 19 | 53 | 0 | 56 | 20 | 76 | 4B | 27 |
| Octal | 35 | 256 | 31 | 123 | 0 | 126 | 40 | 166 | 113 | 47 |
| Binary | 11101 | 10101110 | 11001 | 1010011 | 0 | 1010110 | 100000 | 1110110 | 1001011 | 100111 |
Color Harmonies of #1DAE19
Complementary color
Monochromatic Colors of #1DAE19
Black with #1DAE19
Text Example
Text Example
White with #1DAE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAE19; }
p { color: rgb(29,174,25); }
H1.HeaderClassName
{
color: #1DAE19;
}
.AnyTagClassName
{
color: #1DAE19;
}
</style>
background-color css
<style>
a { background-color: #1DAE19; }
a { background-color: rgb(29,174,25); }
div.DivClassName
{
background-color: #1DAE19;
}
.BgClassName
{
background-color: #1DAE19;
}
</style>
border-color css
<style>
span { border-color: #1DAE19; }
span { border-color: rgb(29,174,25); }
td.TdClassName
{
border-color: #1DAE19;
}
.TagClassName
{
border-color: #1DAE19;
}
</style>