Shades of Forest Green #1D920C
Tints of Forest Green #1D920C
RGB
CMYK
RGB Variations
Color information
#1D920C (or 0x1D920C) is known color: Forest Green. HEX triplet: 1D, 92 and 0C. RGB value is (29,146,12). Sum of RGB (Red+Green+Blue) = 29+146+12=187 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.51% from 187); Green value is 146 (57.42% from 255 or 78.07% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 146 - color contains mainly: green. Hex color #1D920C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D920C is #E26DF3. Grayscale: #606060. Windows color (decimal): -14839284 or 823837. OLE color: 823837.
HSL color Cylindrical-coordinate representation of color #1D920C: hue angle of 112.39º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D920C is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 146 | 12 | - |
| CMYK | 0.80 | 0 | 0.92 | 0.43 |
| HSL | 112.39º | 0.85% | 0.31% | - |
| HSV(B) | 112.39º | 0.92% | 0.57% | - |
| XYZ | 10.85 | 20.85 | 3.8 | - |
| YUV | 95.74 | 80.74 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 146 | 12 | 0.80 | 0 | 0.92 | 0.43 | 112.39 | 0.85 | 0.31 |
| Hex | 1D | 92 | C | 50 | 0 | 5C | 2B | 70 | 55 | 1F |
| Octal | 35 | 222 | 14 | 120 | 0 | 134 | 53 | 160 | 125 | 37 |
| Binary | 11101 | 10010010 | 1100 | 1010000 | 0 | 1011100 | 101011 | 1110000 | 1010101 | 11111 |
Color Harmonies of #1D920C
Complementary color
Monochromatic Colors of #1D920C
Black with #1D920C
Text Example
Text Example
White with #1D920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D920C; }
p { color: rgb(29,146,12); }
H1.HeaderClassName
{
color: #1D920C;
}
.AnyTagClassName
{
color: #1D920C;
}
</style>
background-color css
<style>
a { background-color: #1D920C; }
a { background-color: rgb(29,146,12); }
div.DivClassName
{
background-color: #1D920C;
}
.BgClassName
{
background-color: #1D920C;
}
</style>
border-color css
<style>
span { border-color: #1D920C; }
span { border-color: rgb(29,146,12); }
td.TdClassName
{
border-color: #1D920C;
}
.TagClassName
{
border-color: #1D920C;
}
</style>