Shades of Forest Green #1DA32E
Tints of Forest Green #1DA32E
RGB
CMYK
RGB Variations
Color information
#1DA32E (or 0x1DA32E) is known color: Forest Green. HEX triplet: 1D, A3 and 2E. RGB value is (29,163,46). Sum of RGB (Red+Green+Blue) = 29+163+46=238 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.18% from 238); Green value is 163 (64.06% from 255 or 68.49% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 163 - color contains mainly: green. Hex color #1DA32E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA32E is #E25CD1. Grayscale: #6D6D6D. Windows color (decimal): -14834898 or 3056413. OLE color: 3056413.
HSL color Cylindrical-coordinate representation of color #1DA32E: hue angle of 127.61º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA32E is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 163 | 46 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.36 |
| HSL | 127.61º | 0.7% | 0.38% | - |
| HSV(B) | 127.61º | 0.82% | 0.64% | - |
| XYZ | 14.1 | 26.65 | 6.99 | - |
| YUV | 109.6 | 92.11 | 70.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 163 | 46 | 0.82 | 0 | 0.72 | 0.36 | 127.61 | 0.7 | 0.38 |
| Hex | 1D | A3 | 2E | 52 | 0 | 48 | 24 | 80 | 46 | 26 |
| Octal | 35 | 243 | 56 | 122 | 0 | 110 | 44 | 200 | 106 | 46 |
| Binary | 11101 | 10100011 | 101110 | 1010010 | 0 | 1001000 | 100100 | 10000000 | 1000110 | 100110 |
Color Harmonies of #1DA32E
Complementary color
Monochromatic Colors of #1DA32E
Black with #1DA32E
Text Example
Text Example
White with #1DA32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA32E; }
p { color: rgb(29,163,46); }
H1.HeaderClassName
{
color: #1DA32E;
}
.AnyTagClassName
{
color: #1DA32E;
}
</style>
background-color css
<style>
a { background-color: #1DA32E; }
a { background-color: rgb(29,163,46); }
div.DivClassName
{
background-color: #1DA32E;
}
.BgClassName
{
background-color: #1DA32E;
}
</style>
border-color css
<style>
span { border-color: #1DA32E; }
span { border-color: rgb(29,163,46); }
td.TdClassName
{
border-color: #1DA32E;
}
.TagClassName
{
border-color: #1DA32E;
}
</style>