Shades of Forest Green #1D810C
Tints of Forest Green #1D810C
RGB
CMYK
RGB Variations
Color information
#1D810C (or 0x1D810C) is known color: Forest Green. HEX triplet: 1D, 81 and 0C. RGB value is (29,129,12). Sum of RGB (Red+Green+Blue) = 29+129+12=170 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.06% from 170); Green value is 129 (50.78% from 255 or 75.88% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 129 - color contains mainly: green. Hex color #1D810C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D810C is #E27EF3. Grayscale: #565656. Windows color (decimal): -14843636 or 819485. OLE color: 819485.
HSL color Cylindrical-coordinate representation of color #1D810C: hue angle of 111.28º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D810C is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 129 | 12 | - |
| CMYK | 0.78 | 0 | 0.91 | 0.49 |
| HSL | 111.28º | 0.83% | 0.28% | - |
| HSV(B) | 111.28º | 0.91% | 0.51% | - |
| XYZ | 8.42 | 15.99 | 2.99 | - |
| YUV | 85.76 | 86.37 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 129 | 12 | 0.78 | 0 | 0.91 | 0.49 | 111.28 | 0.83 | 0.28 |
| Hex | 1D | 81 | C | 4E | 0 | 5B | 31 | 6F | 53 | 1C |
| Octal | 35 | 201 | 14 | 116 | 0 | 133 | 61 | 157 | 123 | 34 |
| Binary | 11101 | 10000001 | 1100 | 1001110 | 0 | 1011011 | 110001 | 1101111 | 1010011 | 11100 |
Color Harmonies of #1D810C
Complementary color
Monochromatic Colors of #1D810C
Black with #1D810C
Text Example
Text Example
White with #1D810C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D810C; }
p { color: rgb(29,129,12); }
H1.HeaderClassName
{
color: #1D810C;
}
.AnyTagClassName
{
color: #1D810C;
}
</style>
background-color css
<style>
a { background-color: #1D810C; }
a { background-color: rgb(29,129,12); }
div.DivClassName
{
background-color: #1D810C;
}
.BgClassName
{
background-color: #1D810C;
}
</style>
border-color css
<style>
span { border-color: #1D810C; }
span { border-color: rgb(29,129,12); }
td.TdClassName
{
border-color: #1D810C;
}
.TagClassName
{
border-color: #1D810C;
}
</style>