Shades of Forest Green #1DAF20
Tints of Forest Green #1DAF20
RGB
CMYK
RGB Variations
Color information
#1DAF20 (or 0x1DAF20) is known color: Forest Green. HEX triplet: 1D, AF and 20. RGB value is (29,175,32). Sum of RGB (Red+Green+Blue) = 29+175+32=236 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.29% from 236); Green value is 175 (68.75% from 255 or 74.15% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAF20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAF20 is #E250DF. Grayscale: #737373. Windows color (decimal): -14831840 or 2141981. OLE color: 2141981.
HSL color Cylindrical-coordinate representation of color #1DAF20: hue angle of 121.23º 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 #1DAF20 is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 175 | 32 | - |
| CMYK | 0.83 | 0 | 0.82 | 0.31 |
| HSL | 121.23º | 0.72% | 0.4% | - |
| HSV(B) | 121.23º | 0.83% | 0.69% | - |
| XYZ | 16.1 | 31.03 | 6.51 | - |
| YUV | 115.04 | 81.13 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 175 | 32 | 0.83 | 0 | 0.82 | 0.31 | 121.23 | 0.72 | 0.4 |
| Hex | 1D | AF | 20 | 53 | 0 | 52 | 1F | 79 | 48 | 28 |
| Octal | 35 | 257 | 40 | 123 | 0 | 122 | 37 | 171 | 110 | 50 |
| Binary | 11101 | 10101111 | 100000 | 1010011 | 0 | 1010010 | 11111 | 1111001 | 1001000 | 101000 |
Color Harmonies of #1DAF20
Complementary color
Monochromatic Colors of #1DAF20
Black with #1DAF20
Text Example
Text Example
White with #1DAF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAF20; }
p { color: rgb(29,175,32); }
H1.HeaderClassName
{
color: #1DAF20;
}
.AnyTagClassName
{
color: #1DAF20;
}
</style>
background-color css
<style>
a { background-color: #1DAF20; }
a { background-color: rgb(29,175,32); }
div.DivClassName
{
background-color: #1DAF20;
}
.BgClassName
{
background-color: #1DAF20;
}
</style>
border-color css
<style>
span { border-color: #1DAF20; }
span { border-color: rgb(29,175,32); }
td.TdClassName
{
border-color: #1DAF20;
}
.TagClassName
{
border-color: #1DAF20;
}
</style>