Shades of Forest Green #1D9535
Tints of Forest Green #1D9535
RGB
CMYK
RGB Variations
Color information
#1D9535 (or 0x1D9535) is known color: Forest Green. HEX triplet: 1D, 95 and 35. RGB value is (29,149,53). Sum of RGB (Red+Green+Blue) = 29+149+53=231 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.55% from 231); Green value is 149 (58.59% from 255 or 64.50% from 231); Blue value is 53 (21.09% from 255 or 22.94% from 231); Max value from RGB is 149 - color contains mainly: green. Hex color #1D9535 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D9535 is #E26ACA. Grayscale: #666666. Windows color (decimal): -14838475 or 3511581. OLE color: 3511581.
HSL color Cylindrical-coordinate representation of color #1D9535: hue angle of 132º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9535 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 149 | 53 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.42 |
| HSL | 132º | 0.67% | 0.35% | - |
| HSV(B) | 132º | 0.81% | 0.58% | - |
| XYZ | 11.9 | 22.01 | 6.99 | - |
| YUV | 102.18 | 100.24 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 149 | 53 | 0.81 | 0 | 0.64 | 0.42 | 132 | 0.67 | 0.35 |
| Hex | 1D | 95 | 35 | 51 | 0 | 40 | 2A | 84 | 43 | 23 |
| Octal | 35 | 225 | 65 | 121 | 0 | 100 | 52 | 204 | 103 | 43 |
| Binary | 11101 | 10010101 | 110101 | 1010001 | 0 | 1000000 | 101010 | 10000100 | 1000011 | 100011 |
Color Harmonies of #1D9535
Complementary color
Monochromatic Colors of #1D9535
Black with #1D9535
Text Example
Text Example
White with #1D9535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9535; }
p { color: rgb(29,149,53); }
H1.HeaderClassName
{
color: #1D9535;
}
.AnyTagClassName
{
color: #1D9535;
}
</style>
background-color css
<style>
a { background-color: #1D9535; }
a { background-color: rgb(29,149,53); }
div.DivClassName
{
background-color: #1D9535;
}
.BgClassName
{
background-color: #1D9535;
}
</style>
border-color css
<style>
span { border-color: #1D9535; }
span { border-color: rgb(29,149,53); }
td.TdClassName
{
border-color: #1D9535;
}
.TagClassName
{
border-color: #1D9535;
}
</style>