Shades of Forest Green #1D9436
Tints of Forest Green #1D9436
RGB
CMYK
RGB Variations
Color information
#1D9436 (or 0x1D9436) is known color: Forest Green. HEX triplet: 1D, 94 and 36. RGB value is (29,148,54). Sum of RGB (Red+Green+Blue) = 29+148+54=231 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.55% from 231); Green value is 148 (58.20% from 255 or 64.07% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 148 - color contains mainly: green. Hex color #1D9436 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D9436 is #E26BC9. Grayscale: #656565. Windows color (decimal): -14838730 or 3576861. OLE color: 3576861.
HSL color Cylindrical-coordinate representation of color #1D9436: hue angle of 132.61º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D9436 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 148 | 54 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.42 |
| HSL | 132.61º | 0.67% | 0.35% | - |
| HSV(B) | 132.61º | 0.8% | 0.58% | - |
| XYZ | 11.76 | 21.71 | 7.06 | - |
| YUV | 101.7 | 101.08 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 148 | 54 | 0.80 | 0 | 0.64 | 0.42 | 132.61 | 0.67 | 0.35 |
| Hex | 1D | 94 | 36 | 50 | 0 | 40 | 2A | 85 | 43 | 23 |
| Octal | 35 | 224 | 66 | 120 | 0 | 100 | 52 | 205 | 103 | 43 |
| Binary | 11101 | 10010100 | 110110 | 1010000 | 0 | 1000000 | 101010 | 10000101 | 1000011 | 100011 |
Color Harmonies of #1D9436
Complementary color
Monochromatic Colors of #1D9436
Black with #1D9436
Text Example
Text Example
White with #1D9436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9436; }
p { color: rgb(29,148,54); }
H1.HeaderClassName
{
color: #1D9436;
}
.AnyTagClassName
{
color: #1D9436;
}
</style>
background-color css
<style>
a { background-color: #1D9436; }
a { background-color: rgb(29,148,54); }
div.DivClassName
{
background-color: #1D9436;
}
.BgClassName
{
background-color: #1D9436;
}
</style>
border-color css
<style>
span { border-color: #1D9436; }
span { border-color: rgb(29,148,54); }
td.TdClassName
{
border-color: #1D9436;
}
.TagClassName
{
border-color: #1D9436;
}
</style>