Shades of Forest Green #1DA223
Tints of Forest Green #1DA223
RGB
CMYK
RGB Variations
Color information
#1DA223 (or 0x1DA223) is known color: Forest Green. HEX triplet: 1D, A2 and 23. RGB value is (29,162,35). Sum of RGB (Red+Green+Blue) = 29+162+35=226 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.83% from 226); Green value is 162 (63.67% from 255 or 71.68% from 226); Blue value is 35 (14.06% from 255 or 15.49% from 226); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA223 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA223 is #E25DDC. Grayscale: #6C6C6C. Windows color (decimal): -14835165 or 2335261. OLE color: 2335261.
HSL color Cylindrical-coordinate representation of color #1DA223: hue angle of 122.71º 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 #1DA223 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 162 | 35 | - |
| CMYK | 0.82 | 0 | 0.78 | 0.36 |
| HSL | 122.71º | 0.7% | 0.37% | - |
| HSV(B) | 122.71º | 0.82% | 0.64% | - |
| XYZ | 13.73 | 26.22 | 5.93 | - |
| YUV | 107.76 | 86.94 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 162 | 35 | 0.82 | 0 | 0.78 | 0.36 | 122.71 | 0.7 | 0.37 |
| Hex | 1D | A2 | 23 | 52 | 0 | 4E | 24 | 7B | 46 | 25 |
| Octal | 35 | 242 | 43 | 122 | 0 | 116 | 44 | 173 | 106 | 45 |
| Binary | 11101 | 10100010 | 100011 | 1010010 | 0 | 1001110 | 100100 | 1111011 | 1000110 | 100101 |
Color Harmonies of #1DA223
Complementary color
Monochromatic Colors of #1DA223
Black with #1DA223
Text Example
Text Example
White with #1DA223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA223; }
p { color: rgb(29,162,35); }
H1.HeaderClassName
{
color: #1DA223;
}
.AnyTagClassName
{
color: #1DA223;
}
</style>
background-color css
<style>
a { background-color: #1DA223; }
a { background-color: rgb(29,162,35); }
div.DivClassName
{
background-color: #1DA223;
}
.BgClassName
{
background-color: #1DA223;
}
</style>
border-color css
<style>
span { border-color: #1DA223; }
span { border-color: rgb(29,162,35); }
td.TdClassName
{
border-color: #1DA223;
}
.TagClassName
{
border-color: #1DA223;
}
</style>