Shades of Forest Green #1D9C1E
Tints of Forest Green #1D9C1E
RGB
CMYK
RGB Variations
Color information
#1D9C1E (or 0x1D9C1E) is known color: Forest Green. HEX triplet: 1D, 9C and 1E. RGB value is (29,156,30). Sum of RGB (Red+Green+Blue) = 29+156+30=215 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.49% from 215); Green value is 156 (61.33% from 255 or 72.56% from 215); Blue value is 30 (12.11% from 255 or 13.95% from 215); Max value from RGB is 156 - color contains mainly: green. Hex color #1D9C1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D9C1E is #E263E1. Grayscale: #686868. Windows color (decimal): -14836706 or 2006045. OLE color: 2006045.
HSL color Cylindrical-coordinate representation of color #1D9C1E: hue angle of 120.47º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9C1E is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 156 | 30 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.39 |
| HSL | 120.47º | 0.69% | 0.36% | - |
| HSV(B) | 120.47º | 0.81% | 0.61% | - |
| XYZ | 12.63 | 24.13 | 5.22 | - |
| YUV | 103.66 | 86.42 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 156 | 30 | 0.81 | 0 | 0.81 | 0.39 | 120.47 | 0.69 | 0.36 |
| Hex | 1D | 9C | 1E | 51 | 0 | 51 | 27 | 78 | 45 | 24 |
| Octal | 35 | 234 | 36 | 121 | 0 | 121 | 47 | 170 | 105 | 44 |
| Binary | 11101 | 10011100 | 11110 | 1010001 | 0 | 1010001 | 100111 | 1111000 | 1000101 | 100100 |
Color Harmonies of #1D9C1E
Complementary color
Monochromatic Colors of #1D9C1E
Black with #1D9C1E
Text Example
Text Example
White with #1D9C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9C1E; }
p { color: rgb(29,156,30); }
H1.HeaderClassName
{
color: #1D9C1E;
}
.AnyTagClassName
{
color: #1D9C1E;
}
</style>
background-color css
<style>
a { background-color: #1D9C1E; }
a { background-color: rgb(29,156,30); }
div.DivClassName
{
background-color: #1D9C1E;
}
.BgClassName
{
background-color: #1D9C1E;
}
</style>
border-color css
<style>
span { border-color: #1D9C1E; }
span { border-color: rgb(29,156,30); }
td.TdClassName
{
border-color: #1D9C1E;
}
.TagClassName
{
border-color: #1D9C1E;
}
</style>