Shades of Forest Green #1DAF22
Tints of Forest Green #1DAF22
RGB
CMYK
RGB Variations
Color information
#1DAF22 (or 0x1DAF22) is known color: Forest Green. HEX triplet: 1D, AF and 22. RGB value is (29,175,34). Sum of RGB (Red+Green+Blue) = 29+175+34=238 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.18% from 238); Green value is 175 (68.75% from 255 or 73.53% from 238); Blue value is 34 (13.67% from 255 or 14.29% from 238); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAF22 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAF22 is #E250DD. Grayscale: #737373. Windows color (decimal): -14831838 or 2273053. OLE color: 2273053.
HSL color Cylindrical-coordinate representation of color #1DAF22: hue angle of 122.05º 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 #1DAF22 is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 175 | 34 | - |
| CMYK | 0.83 | 0 | 0.81 | 0.31 |
| HSL | 122.05º | 0.72% | 0.4% | - |
| HSV(B) | 122.05º | 0.83% | 0.69% | - |
| XYZ | 16.13 | 31.04 | 6.65 | - |
| YUV | 115.27 | 82.13 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 175 | 34 | 0.83 | 0 | 0.81 | 0.31 | 122.05 | 0.72 | 0.4 |
| Hex | 1D | AF | 22 | 53 | 0 | 51 | 1F | 7A | 48 | 28 |
| Octal | 35 | 257 | 42 | 123 | 0 | 121 | 37 | 172 | 110 | 50 |
| Binary | 11101 | 10101111 | 100010 | 1010011 | 0 | 1010001 | 11111 | 1111010 | 1001000 | 101000 |
Color Harmonies of #1DAF22
Complementary color
Monochromatic Colors of #1DAF22
Black with #1DAF22
Text Example
Text Example
White with #1DAF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAF22; }
p { color: rgb(29,175,34); }
H1.HeaderClassName
{
color: #1DAF22;
}
.AnyTagClassName
{
color: #1DAF22;
}
</style>
background-color css
<style>
a { background-color: #1DAF22; }
a { background-color: rgb(29,175,34); }
div.DivClassName
{
background-color: #1DAF22;
}
.BgClassName
{
background-color: #1DAF22;
}
</style>
border-color css
<style>
span { border-color: #1DAF22; }
span { border-color: rgb(29,175,34); }
td.TdClassName
{
border-color: #1DAF22;
}
.TagClassName
{
border-color: #1DAF22;
}
</style>