Shades of Forest Green #1D730C
Tints of Forest Green #1D730C
RGB
CMYK
RGB Variations
Color information
#1D730C (or 0x1D730C) is known color: Forest Green. HEX triplet: 1D, 73 and 0C. RGB value is (29,115,12). Sum of RGB (Red+Green+Blue) = 29+115+12=156 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.59% from 156); Green value is 115 (45.31% from 255 or 73.72% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 115 - color contains mainly: green. Hex color #1D730C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D730C is #E28CF3. Grayscale: #4D4D4D. Windows color (decimal): -14847220 or 815901. OLE color: 815901.
HSL color Cylindrical-coordinate representation of color #1D730C: hue angle of 110.1º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D730C is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 115 | 12 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.55 |
| HSL | 110.1º | 0.81% | 0.25% | - |
| HSV(B) | 110.1º | 0.9% | 0.45% | - |
| XYZ | 6.7 | 12.55 | 2.42 | - |
| YUV | 77.54 | 91.01 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 115 | 12 | 0.75 | 0 | 0.90 | 0.55 | 110.1 | 0.81 | 0.25 |
| Hex | 1D | 73 | C | 4B | 0 | 5A | 37 | 6E | 51 | 19 |
| Octal | 35 | 163 | 14 | 113 | 0 | 132 | 67 | 156 | 121 | 31 |
| Binary | 11101 | 1110011 | 1100 | 1001011 | 0 | 1011010 | 110111 | 1101110 | 1010001 | 11001 |
Color Harmonies of #1D730C
Complementary color
Monochromatic Colors of #1D730C
Black with #1D730C
Text Example
Text Example
White with #1D730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D730C; }
p { color: rgb(29,115,12); }
H1.HeaderClassName
{
color: #1D730C;
}
.AnyTagClassName
{
color: #1D730C;
}
</style>
background-color css
<style>
a { background-color: #1D730C; }
a { background-color: rgb(29,115,12); }
div.DivClassName
{
background-color: #1D730C;
}
.BgClassName
{
background-color: #1D730C;
}
</style>
border-color css
<style>
span { border-color: #1D730C; }
span { border-color: rgb(29,115,12); }
td.TdClassName
{
border-color: #1D730C;
}
.TagClassName
{
border-color: #1D730C;
}
</style>