Shades of Forest Green #1DA23A
Tints of Forest Green #1DA23A
RGB
CMYK
RGB Variations
Color information
#1DA23A (or 0x1DA23A) is known color: Forest Green. HEX triplet: 1D, A2 and 3A. RGB value is (29,162,58). Sum of RGB (Red+Green+Blue) = 29+162+58=249 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.65% from 249); Green value is 162 (63.67% from 255 or 65.06% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA23A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA23A is #E25DC5. Grayscale: #6E6E6E. Windows color (decimal): -14835142 or 3842589. OLE color: 3842589.
HSL color Cylindrical-coordinate representation of color #1DA23A: hue angle of 133.08º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA23A is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 162 | 58 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.36 |
| HSL | 133.08º | 0.7% | 0.37% | - |
| HSV(B) | 133.08º | 0.82% | 0.64% | - |
| XYZ | 14.19 | 26.41 | 8.35 | - |
| YUV | 110.38 | 98.44 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 162 | 58 | 0.82 | 0 | 0.64 | 0.36 | 133.08 | 0.7 | 0.37 |
| Hex | 1D | A2 | 3A | 52 | 0 | 40 | 24 | 85 | 46 | 25 |
| Octal | 35 | 242 | 72 | 122 | 0 | 100 | 44 | 205 | 106 | 45 |
| Binary | 11101 | 10100010 | 111010 | 1010010 | 0 | 1000000 | 100100 | 10000101 | 1000110 | 100101 |
Color Harmonies of #1DA23A
Complementary color
Monochromatic Colors of #1DA23A
Black with #1DA23A
Text Example
Text Example
White with #1DA23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA23A; }
p { color: rgb(29,162,58); }
H1.HeaderClassName
{
color: #1DA23A;
}
.AnyTagClassName
{
color: #1DA23A;
}
</style>
background-color css
<style>
a { background-color: #1DA23A; }
a { background-color: rgb(29,162,58); }
div.DivClassName
{
background-color: #1DA23A;
}
.BgClassName
{
background-color: #1DA23A;
}
</style>
border-color css
<style>
span { border-color: #1DA23A; }
span { border-color: rgb(29,162,58); }
td.TdClassName
{
border-color: #1DA23A;
}
.TagClassName
{
border-color: #1DA23A;
}
</style>