Shades of Forest Green #1D942E
Tints of Forest Green #1D942E
RGB
CMYK
RGB Variations
Color information
#1D942E (or 0x1D942E) is known color: Forest Green. HEX triplet: 1D, 94 and 2E. RGB value is (29,148,46). Sum of RGB (Red+Green+Blue) = 29+148+46=223 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.00% from 223); Green value is 148 (58.20% from 255 or 66.37% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 148 - color contains mainly: green. Hex color #1D942E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D942E is #E26BD1. Grayscale: #656565. Windows color (decimal): -14838738 or 3052573. OLE color: 3052573.
HSL color Cylindrical-coordinate representation of color #1D942E: hue angle of 128.57º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D942E is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 148 | 46 | - |
| CMYK | 0.80 | 0 | 0.69 | 0.42 |
| HSL | 128.57º | 0.67% | 0.35% | - |
| HSV(B) | 128.57º | 0.8% | 0.58% | - |
| XYZ | 11.59 | 21.64 | 6.15 | - |
| YUV | 100.79 | 97.08 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 148 | 46 | 0.80 | 0 | 0.69 | 0.42 | 128.57 | 0.67 | 0.35 |
| Hex | 1D | 94 | 2E | 50 | 0 | 45 | 2A | 81 | 43 | 23 |
| Octal | 35 | 224 | 56 | 120 | 0 | 105 | 52 | 201 | 103 | 43 |
| Binary | 11101 | 10010100 | 101110 | 1010000 | 0 | 1000101 | 101010 | 10000001 | 1000011 | 100011 |
Color Harmonies of #1D942E
Complementary color
Monochromatic Colors of #1D942E
Black with #1D942E
Text Example
Text Example
White with #1D942E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D942E; }
p { color: rgb(29,148,46); }
H1.HeaderClassName
{
color: #1D942E;
}
.AnyTagClassName
{
color: #1D942E;
}
</style>
background-color css
<style>
a { background-color: #1D942E; }
a { background-color: rgb(29,148,46); }
div.DivClassName
{
background-color: #1D942E;
}
.BgClassName
{
background-color: #1D942E;
}
</style>
border-color css
<style>
span { border-color: #1D942E; }
span { border-color: rgb(29,148,46); }
td.TdClassName
{
border-color: #1D942E;
}
.TagClassName
{
border-color: #1D942E;
}
</style>