Shades of Forest Green #1DAF13
Tints of Forest Green #1DAF13
RGB
CMYK
RGB Variations
Color information
#1DAF13 (or 0x1DAF13) is known color: Forest Green. HEX triplet: 1D, AF and 13. RGB value is (29,175,19). Sum of RGB (Red+Green+Blue) = 29+175+19=223 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.00% from 223); Green value is 175 (68.75% from 255 or 78.48% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAF13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DAF13 is #E250EC. Grayscale: #727272. Windows color (decimal): -14831853 or 1290013. OLE color: 1290013.
HSL color Cylindrical-coordinate representation of color #1DAF13: hue angle of 116.15º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DAF13 is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 175 | 19 | - |
| CMYK | 0.83 | 0 | 0.89 | 0.31 |
| HSL | 116.15º | 0.8% | 0.38% | - |
| HSV(B) | 116.15º | 0.89% | 0.69% | - |
| XYZ | 15.95 | 30.97 | 5.75 | - |
| YUV | 113.56 | 74.63 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 175 | 19 | 0.83 | 0 | 0.89 | 0.31 | 116.15 | 0.8 | 0.38 |
| Hex | 1D | AF | 13 | 53 | 0 | 59 | 1F | 74 | 50 | 26 |
| Octal | 35 | 257 | 23 | 123 | 0 | 131 | 37 | 164 | 120 | 46 |
| Binary | 11101 | 10101111 | 10011 | 1010011 | 0 | 1011001 | 11111 | 1110100 | 1010000 | 100110 |
Color Harmonies of #1DAF13
Complementary color
Monochromatic Colors of #1DAF13
Black with #1DAF13
Text Example
Text Example
White with #1DAF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAF13; }
p { color: rgb(29,175,19); }
H1.HeaderClassName
{
color: #1DAF13;
}
.AnyTagClassName
{
color: #1DAF13;
}
</style>
background-color css
<style>
a { background-color: #1DAF13; }
a { background-color: rgb(29,175,19); }
div.DivClassName
{
background-color: #1DAF13;
}
.BgClassName
{
background-color: #1DAF13;
}
</style>
border-color css
<style>
span { border-color: #1DAF13; }
span { border-color: rgb(29,175,19); }
td.TdClassName
{
border-color: #1DAF13;
}
.TagClassName
{
border-color: #1DAF13;
}
</style>