Shades of Forest Green #1D900E
Tints of Forest Green #1D900E
RGB
CMYK
RGB Variations
Color information
#1D900E (or 0x1D900E) is known color: Forest Green. HEX triplet: 1D, 90 and 0E. RGB value is (29,144,14). Sum of RGB (Red+Green+Blue) = 29+144+14=187 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.51% from 187); Green value is 144 (56.64% from 255 or 77.01% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 144 - color contains mainly: green. Hex color #1D900E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D900E is #E26FF1. Grayscale: #5F5F5F. Windows color (decimal): -14839794 or 954397. OLE color: 954397.
HSL color Cylindrical-coordinate representation of color #1D900E: hue angle of 113.08º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D900E is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 29 | 144 | 14 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.44 |
| HSL | 113.08º | 0.82% | 0.31% | - |
| HSV(B) | 113.08º | 0.9% | 0.56% | - |
| XYZ | 10.56 | 20.24 | 3.77 | - |
| YUV | 94.8 | 82.4 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 144 | 14 | 0.80 | 0 | 0.90 | 0.44 | 113.08 | 0.82 | 0.31 |
| Hex | 1D | 90 | E | 50 | 0 | 5A | 2C | 71 | 52 | 1F |
| Octal | 35 | 220 | 16 | 120 | 0 | 132 | 54 | 161 | 122 | 37 |
| Binary | 11101 | 10010000 | 1110 | 1010000 | 0 | 1011010 | 101100 | 1110001 | 1010010 | 11111 |
Color Harmonies of #1D900E
Complementary color
Monochromatic Colors of #1D900E
Black with #1D900E
Text Example
Text Example
White with #1D900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D900E; }
p { color: rgb(29,144,14); }
H1.HeaderClassName
{
color: #1D900E;
}
.AnyTagClassName
{
color: #1D900E;
}
</style>
background-color css
<style>
a { background-color: #1D900E; }
a { background-color: rgb(29,144,14); }
div.DivClassName
{
background-color: #1D900E;
}
.BgClassName
{
background-color: #1D900E;
}
</style>
border-color css
<style>
span { border-color: #1D900E; }
span { border-color: rgb(29,144,14); }
td.TdClassName
{
border-color: #1D900E;
}
.TagClassName
{
border-color: #1D900E;
}
</style>