Shades of Forest Green #1D950E
Tints of Forest Green #1D950E
RGB
CMYK
RGB Variations
Color information
#1D950E (or 0x1D950E) is known color: Forest Green. HEX triplet: 1D, 95 and 0E. RGB value is (29,149,14). Sum of RGB (Red+Green+Blue) = 29+149+14=192 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.10% from 192); Green value is 149 (58.59% from 255 or 77.60% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 149 - color contains mainly: green. Hex color #1D950E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D950E is #E26AF1. Grayscale: #626262. Windows color (decimal): -14838514 or 955677. OLE color: 955677.
HSL color Cylindrical-coordinate representation of color #1D950E: hue angle of 113.33º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D950E is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 149 | 14 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.42 |
| HSL | 113.33º | 0.83% | 0.32% | - |
| HSV(B) | 113.33º | 0.91% | 0.58% | - |
| XYZ | 11.33 | 21.79 | 4.02 | - |
| YUV | 97.73 | 80.74 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 149 | 14 | 0.81 | 0 | 0.91 | 0.42 | 113.33 | 0.83 | 0.32 |
| Hex | 1D | 95 | E | 51 | 0 | 5B | 2A | 71 | 53 | 20 |
| Octal | 35 | 225 | 16 | 121 | 0 | 133 | 52 | 161 | 123 | 40 |
| Binary | 11101 | 10010101 | 1110 | 1010001 | 0 | 1011011 | 101010 | 1110001 | 1010011 | 100000 |
Color Harmonies of #1D950E
Complementary color
Monochromatic Colors of #1D950E
Black with #1D950E
Text Example
Text Example
White with #1D950E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D950E; }
p { color: rgb(29,149,14); }
H1.HeaderClassName
{
color: #1D950E;
}
.AnyTagClassName
{
color: #1D950E;
}
</style>
background-color css
<style>
a { background-color: #1D950E; }
a { background-color: rgb(29,149,14); }
div.DivClassName
{
background-color: #1D950E;
}
.BgClassName
{
background-color: #1D950E;
}
</style>
border-color css
<style>
span { border-color: #1D950E; }
span { border-color: rgb(29,149,14); }
td.TdClassName
{
border-color: #1D950E;
}
.TagClassName
{
border-color: #1D950E;
}
</style>