Shades of Forest Green #1DA238
Tints of Forest Green #1DA238
RGB
CMYK
RGB Variations
Color information
#1DA238 (or 0x1DA238) is known color: Forest Green. HEX triplet: 1D, A2 and 38. RGB value is (29,162,56). Sum of RGB (Red+Green+Blue) = 29+162+56=247 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.74% from 247); Green value is 162 (63.67% from 255 or 65.59% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA238 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA238 is #E25DC7. Grayscale: #6E6E6E. Windows color (decimal): -14835144 or 3711517. OLE color: 3711517.
HSL color Cylindrical-coordinate representation of color #1DA238: hue angle of 132.18º 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 #1DA238 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 162 | 56 | - |
| CMYK | 0.82 | 0 | 0.65 | 0.36 |
| HSL | 132.18º | 0.7% | 0.37% | - |
| HSV(B) | 132.18º | 0.82% | 0.64% | - |
| XYZ | 14.14 | 26.39 | 8.09 | - |
| YUV | 110.15 | 97.44 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 162 | 56 | 0.82 | 0 | 0.65 | 0.36 | 132.18 | 0.7 | 0.37 |
| Hex | 1D | A2 | 38 | 52 | 0 | 41 | 24 | 84 | 46 | 25 |
| Octal | 35 | 242 | 70 | 122 | 0 | 101 | 44 | 204 | 106 | 45 |
| Binary | 11101 | 10100010 | 111000 | 1010010 | 0 | 1000001 | 100100 | 10000100 | 1000110 | 100101 |
Color Harmonies of #1DA238
Complementary color
Monochromatic Colors of #1DA238
Black with #1DA238
Text Example
Text Example
White with #1DA238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA238; }
p { color: rgb(29,162,56); }
H1.HeaderClassName
{
color: #1DA238;
}
.AnyTagClassName
{
color: #1DA238;
}
</style>
background-color css
<style>
a { background-color: #1DA238; }
a { background-color: rgb(29,162,56); }
div.DivClassName
{
background-color: #1DA238;
}
.BgClassName
{
background-color: #1DA238;
}
</style>
border-color css
<style>
span { border-color: #1DA238; }
span { border-color: rgb(29,162,56); }
td.TdClassName
{
border-color: #1DA238;
}
.TagClassName
{
border-color: #1DA238;
}
</style>