Shades of Forest Green #1D992E
Tints of Forest Green #1D992E
RGB
CMYK
RGB Variations
Color information
#1D992E (or 0x1D992E) is known color: Forest Green. HEX triplet: 1D, 99 and 2E. RGB value is (29,153,46). Sum of RGB (Red+Green+Blue) = 29+153+46=228 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.72% from 228); Green value is 153 (60.16% from 255 or 67.11% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 153 - color contains mainly: green. Hex color #1D992E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D992E is #E266D1. Grayscale: #686868. Windows color (decimal): -14837458 or 3053853. OLE color: 3053853.
HSL color Cylindrical-coordinate representation of color #1D992E: hue angle of 128.23º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D992E is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 29 | 153 | 46 | - |
| CMYK | 0.81 | 0 | 0.70 | 0.4 |
| HSL | 128.23º | 0.68% | 0.36% | - |
| HSV(B) | 128.23º | 0.81% | 0.6% | - |
| XYZ | 12.39 | 23.24 | 6.42 | - |
| YUV | 103.73 | 95.42 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 153 | 46 | 0.81 | 0 | 0.70 | 0.4 | 128.23 | 0.68 | 0.36 |
| Hex | 1D | 99 | 2E | 51 | 0 | 46 | 28 | 80 | 44 | 24 |
| Octal | 35 | 231 | 56 | 121 | 0 | 106 | 50 | 200 | 104 | 44 |
| Binary | 11101 | 10011001 | 101110 | 1010001 | 0 | 1000110 | 101000 | 10000000 | 1000100 | 100100 |
Color Harmonies of #1D992E
Complementary color
Monochromatic Colors of #1D992E
Black with #1D992E
Text Example
Text Example
White with #1D992E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D992E; }
p { color: rgb(29,153,46); }
H1.HeaderClassName
{
color: #1D992E;
}
.AnyTagClassName
{
color: #1D992E;
}
</style>
background-color css
<style>
a { background-color: #1D992E; }
a { background-color: rgb(29,153,46); }
div.DivClassName
{
background-color: #1D992E;
}
.BgClassName
{
background-color: #1D992E;
}
</style>
border-color css
<style>
span { border-color: #1D992E; }
span { border-color: rgb(29,153,46); }
td.TdClassName
{
border-color: #1D992E;
}
.TagClassName
{
border-color: #1D992E;
}
</style>