Shades of Forest Green #1D9235
Tints of Forest Green #1D9235
RGB
CMYK
RGB Variations
Color information
#1D9235 (or 0x1D9235) is known color: Forest Green. HEX triplet: 1D, 92 and 35. RGB value is (29,146,53). Sum of RGB (Red+Green+Blue) = 29+146+53=228 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.72% from 228); Green value is 146 (57.42% from 255 or 64.04% from 228); Blue value is 53 (21.09% from 255 or 23.25% from 228); Max value from RGB is 146 - color contains mainly: green. Hex color #1D9235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D9235 is #E26DCA. Grayscale: #646464. Windows color (decimal): -14839243 or 3510813. OLE color: 3510813.
HSL color Cylindrical-coordinate representation of color #1D9235: hue angle of 132.31º 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 #1D9235 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 146 | 53 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.43 |
| HSL | 132.31º | 0.67% | 0.34% | - |
| HSV(B) | 132.31º | 0.8% | 0.57% | - |
| XYZ | 11.43 | 21.08 | 6.83 | - |
| YUV | 100.42 | 101.24 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 146 | 53 | 0.80 | 0 | 0.64 | 0.43 | 132.31 | 0.67 | 0.34 |
| Hex | 1D | 92 | 35 | 50 | 0 | 40 | 2B | 84 | 43 | 22 |
| Octal | 35 | 222 | 65 | 120 | 0 | 100 | 53 | 204 | 103 | 42 |
| Binary | 11101 | 10010010 | 110101 | 1010000 | 0 | 1000000 | 101011 | 10000100 | 1000011 | 100010 |
Color Harmonies of #1D9235
Complementary color
Monochromatic Colors of #1D9235
Black with #1D9235
Text Example
Text Example
White with #1D9235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9235; }
p { color: rgb(29,146,53); }
H1.HeaderClassName
{
color: #1D9235;
}
.AnyTagClassName
{
color: #1D9235;
}
</style>
background-color css
<style>
a { background-color: #1D9235; }
a { background-color: rgb(29,146,53); }
div.DivClassName
{
background-color: #1D9235;
}
.BgClassName
{
background-color: #1D9235;
}
</style>
border-color css
<style>
span { border-color: #1D9235; }
span { border-color: rgb(29,146,53); }
td.TdClassName
{
border-color: #1D9235;
}
.TagClassName
{
border-color: #1D9235;
}
</style>