Shades of Forest Green #1DAF26
Tints of Forest Green #1DAF26
RGB
CMYK
RGB Variations
Color information
#1DAF26 (or 0x1DAF26) is known color: Forest Green. HEX triplet: 1D, AF and 26. RGB value is (29,175,38). Sum of RGB (Red+Green+Blue) = 29+175+38=242 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.98% from 242); Green value is 175 (68.75% from 255 or 72.31% from 242); Blue value is 38 (15.23% from 255 or 15.70% from 242); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAF26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAF26 is #E250D9. Grayscale: #747474. Windows color (decimal): -14831834 or 2535197. OLE color: 2535197.
HSL color Cylindrical-coordinate representation of color #1DAF26: hue angle of 123.7º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAF26 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 175 | 38 | - |
| CMYK | 0.83 | 0 | 0.78 | 0.31 |
| HSL | 123.7º | 0.72% | 0.4% | - |
| HSV(B) | 123.7º | 0.83% | 0.69% | - |
| XYZ | 16.19 | 31.06 | 6.98 | - |
| YUV | 115.73 | 84.13 | 66.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 175 | 38 | 0.83 | 0 | 0.78 | 0.31 | 123.7 | 0.72 | 0.4 |
| Hex | 1D | AF | 26 | 53 | 0 | 4E | 1F | 7C | 48 | 28 |
| Octal | 35 | 257 | 46 | 123 | 0 | 116 | 37 | 174 | 110 | 50 |
| Binary | 11101 | 10101111 | 100110 | 1010011 | 0 | 1001110 | 11111 | 1111100 | 1001000 | 101000 |
Color Harmonies of #1DAF26
Complementary color
Monochromatic Colors of #1DAF26
Black with #1DAF26
Text Example
Text Example
White with #1DAF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAF26; }
p { color: rgb(29,175,38); }
H1.HeaderClassName
{
color: #1DAF26;
}
.AnyTagClassName
{
color: #1DAF26;
}
</style>
background-color css
<style>
a { background-color: #1DAF26; }
a { background-color: rgb(29,175,38); }
div.DivClassName
{
background-color: #1DAF26;
}
.BgClassName
{
background-color: #1DAF26;
}
</style>
border-color css
<style>
span { border-color: #1DAF26; }
span { border-color: rgb(29,175,38); }
td.TdClassName
{
border-color: #1DAF26;
}
.TagClassName
{
border-color: #1DAF26;
}
</style>