Shades of Forest Green #1D9507
Tints of Forest Green #1D9507
RGB
CMYK
RGB Variations
Color information
#1D9507 (or 0x1D9507) is known color: Forest Green. HEX triplet: 1D, 95 and 07. RGB value is (29,149,7). Sum of RGB (Red+Green+Blue) = 29+149+7=185 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.68% from 185); Green value is 149 (58.59% from 255 or 80.54% from 185); Blue value is 7 (3.12% from 255 or 3.78% from 185); Max value from RGB is 149 - color contains mainly: green. Hex color #1D9507 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D9507 is #E26AF8. Grayscale: #616161. Windows color (decimal): -14838521 or 496925. OLE color: 496925.
HSL color Cylindrical-coordinate representation of color #1D9507: hue angle of 110.7º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1D9507 is Cyan = 0.81, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 149 | 7 | - |
| CMYK | 0.81 | 0 | 0.95 | 0.42 |
| HSL | 110.7º | 0.91% | 0.31% | - |
| HSV(B) | 110.7º | 0.95% | 0.58% | - |
| XYZ | 11.29 | 21.77 | 3.81 | - |
| YUV | 96.93 | 77.24 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 149 | 7 | 0.81 | 0 | 0.95 | 0.42 | 110.7 | 0.91 | 0.31 |
| Hex | 1D | 95 | 7 | 51 | 0 | 5F | 2A | 6F | 5B | 1F |
| Octal | 35 | 225 | 7 | 121 | 0 | 137 | 52 | 157 | 133 | 37 |
| Binary | 11101 | 10010101 | 111 | 1010001 | 0 | 1011111 | 101010 | 1101111 | 1011011 | 11111 |
Color Harmonies of #1D9507
Complementary color
Monochromatic Colors of #1D9507
Black with #1D9507
Text Example
Text Example
White with #1D9507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9507; }
p { color: rgb(29,149,7); }
H1.HeaderClassName
{
color: #1D9507;
}
.AnyTagClassName
{
color: #1D9507;
}
</style>
background-color css
<style>
a { background-color: #1D9507; }
a { background-color: rgb(29,149,7); }
div.DivClassName
{
background-color: #1D9507;
}
.BgClassName
{
background-color: #1D9507;
}
</style>
border-color css
<style>
span { border-color: #1D9507; }
span { border-color: rgb(29,149,7); }
td.TdClassName
{
border-color: #1D9507;
}
.TagClassName
{
border-color: #1D9507;
}
</style>