Shades of Forest Green #1DAF2A
Tints of Forest Green #1DAF2A
RGB
CMYK
RGB Variations
Color information
#1DAF2A (or 0x1DAF2A) is known color: Forest Green. HEX triplet: 1D, AF and 2A. RGB value is (29,175,42). Sum of RGB (Red+Green+Blue) = 29+175+42=246 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.79% from 246); Green value is 175 (68.75% from 255 or 71.14% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAF2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAF2A is #E250D5. Grayscale: #747474. Windows color (decimal): -14831830 or 2797341. OLE color: 2797341.
HSL color Cylindrical-coordinate representation of color #1DAF2A: hue angle of 125.34º 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 #1DAF2A is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 175 | 42 | - |
| CMYK | 0.83 | 0 | 0.76 | 0.31 |
| HSL | 125.34º | 0.72% | 0.4% | - |
| HSV(B) | 125.34º | 0.83% | 0.69% | - |
| XYZ | 16.25 | 31.09 | 7.33 | - |
| YUV | 116.18 | 86.13 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 175 | 42 | 0.83 | 0 | 0.76 | 0.31 | 125.34 | 0.72 | 0.4 |
| Hex | 1D | AF | 2A | 53 | 0 | 4C | 1F | 7D | 48 | 28 |
| Octal | 35 | 257 | 52 | 123 | 0 | 114 | 37 | 175 | 110 | 50 |
| Binary | 11101 | 10101111 | 101010 | 1010011 | 0 | 1001100 | 11111 | 1111101 | 1001000 | 101000 |
Color Harmonies of #1DAF2A
Complementary color
Monochromatic Colors of #1DAF2A
Black with #1DAF2A
Text Example
Text Example
White with #1DAF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAF2A; }
p { color: rgb(29,175,42); }
H1.HeaderClassName
{
color: #1DAF2A;
}
.AnyTagClassName
{
color: #1DAF2A;
}
</style>
background-color css
<style>
a { background-color: #1DAF2A; }
a { background-color: rgb(29,175,42); }
div.DivClassName
{
background-color: #1DAF2A;
}
.BgClassName
{
background-color: #1DAF2A;
}
</style>
border-color css
<style>
span { border-color: #1DAF2A; }
span { border-color: rgb(29,175,42); }
td.TdClassName
{
border-color: #1DAF2A;
}
.TagClassName
{
border-color: #1DAF2A;
}
</style>