Shades of Forest Green #1D920E
Tints of Forest Green #1D920E
RGB
CMYK
RGB Variations
Color information
#1D920E (or 0x1D920E) is known color: Forest Green. HEX triplet: 1D, 92 and 0E. RGB value is (29,146,14). Sum of RGB (Red+Green+Blue) = 29+146+14=189 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.34% from 189); Green value is 146 (57.42% from 255 or 77.25% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 146 - color contains mainly: green. Hex color #1D920E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D920E is #E26DF1. Grayscale: #606060. Windows color (decimal): -14839282 or 954909. OLE color: 954909.
HSL color Cylindrical-coordinate representation of color #1D920E: hue angle of 113.18º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D920E is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 146 | 14 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.43 |
| HSL | 113.18º | 0.83% | 0.31% | - |
| HSV(B) | 113.18º | 0.9% | 0.57% | - |
| XYZ | 10.86 | 20.85 | 3.87 | - |
| YUV | 95.97 | 81.74 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 146 | 14 | 0.80 | 0 | 0.90 | 0.43 | 113.18 | 0.83 | 0.31 |
| Hex | 1D | 92 | E | 50 | 0 | 5A | 2B | 71 | 52 | 1F |
| Octal | 35 | 222 | 16 | 120 | 0 | 132 | 53 | 161 | 122 | 37 |
| Binary | 11101 | 10010010 | 1110 | 1010000 | 0 | 1011010 | 101011 | 1110001 | 1010010 | 11111 |
Color Harmonies of #1D920E
Complementary color
Monochromatic Colors of #1D920E
Black with #1D920E
Text Example
Text Example
White with #1D920E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D920E; }
p { color: rgb(29,146,14); }
H1.HeaderClassName
{
color: #1D920E;
}
.AnyTagClassName
{
color: #1D920E;
}
</style>
background-color css
<style>
a { background-color: #1D920E; }
a { background-color: rgb(29,146,14); }
div.DivClassName
{
background-color: #1D920E;
}
.BgClassName
{
background-color: #1D920E;
}
</style>
border-color css
<style>
span { border-color: #1D920E; }
span { border-color: rgb(29,146,14); }
td.TdClassName
{
border-color: #1D920E;
}
.TagClassName
{
border-color: #1D920E;
}
</style>