Shades of Forest Green #1D913A
Tints of Forest Green #1D913A
RGB
CMYK
RGB Variations
Color information
#1D913A (or 0x1D913A) is known color: Forest Green. HEX triplet: 1D, 91 and 3A. RGB value is (29,145,58). Sum of RGB (Red+Green+Blue) = 29+145+58=232 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.5% from 232); Green value is 145 (57.03% from 255 or 62.5% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 145 - color contains mainly: green. Hex color #1D913A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D913A is #E26EC5. Grayscale: #646464. Windows color (decimal): -14839494 or 3838237. OLE color: 3838237.
HSL color Cylindrical-coordinate representation of color #1D913A: hue angle of 135º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D913A is Cyan = 0.8, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 145 | 58 | - |
| CMYK | 0.8 | 0 | 0.6 | 0.43 |
| HSL | 135º | 0.67% | 0.34% | - |
| HSV(B) | 135º | 0.8% | 0.57% | - |
| XYZ | 11.4 | 20.82 | 7.42 | - |
| YUV | 100.4 | 104.07 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 145 | 58 | 0.8 | 0 | 0.6 | 0.43 | 135 | 0.67 | 0.34 |
| Hex | 1D | 91 | 3A | 50 | 0 | 3C | 2B | 87 | 43 | 22 |
| Octal | 35 | 221 | 72 | 120 | 0 | 74 | 53 | 207 | 103 | 42 |
| Binary | 11101 | 10010001 | 111010 | 1010000 | 0 | 111100 | 101011 | 10000111 | 1000011 | 100010 |
Color Harmonies of #1D913A
Complementary color
Monochromatic Colors of #1D913A
Black with #1D913A
Text Example
Text Example
White with #1D913A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D913A; }
p { color: rgb(29,145,58); }
H1.HeaderClassName
{
color: #1D913A;
}
.AnyTagClassName
{
color: #1D913A;
}
</style>
background-color css
<style>
a { background-color: #1D913A; }
a { background-color: rgb(29,145,58); }
div.DivClassName
{
background-color: #1D913A;
}
.BgClassName
{
background-color: #1D913A;
}
</style>
border-color css
<style>
span { border-color: #1D913A; }
span { border-color: rgb(29,145,58); }
td.TdClassName
{
border-color: #1D913A;
}
.TagClassName
{
border-color: #1D913A;
}
</style>