Shades of Forest Green #1D982B
Tints of Forest Green #1D982B
RGB
CMYK
RGB Variations
Color information
#1D982B (or 0x1D982B) is known color: Forest Green. HEX triplet: 1D, 98 and 2B. RGB value is (29,152,43). Sum of RGB (Red+Green+Blue) = 29+152+43=224 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.95% from 224); Green value is 152 (59.77% from 255 or 67.86% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 152 - color contains mainly: green. Hex color #1D982B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D982B is #E267D4. Grayscale: #676767. Windows color (decimal): -14837717 or 2856989. OLE color: 2856989.
HSL color Cylindrical-coordinate representation of color #1D982B: hue angle of 126.83º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D982B is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 152 | 43 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.40 |
| HSL | 126.83º | 0.68% | 0.35% | - |
| HSV(B) | 126.83º | 0.81% | 0.6% | - |
| XYZ | 12.17 | 22.89 | 6.06 | - |
| YUV | 102.8 | 94.25 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 152 | 43 | 0.81 | 0 | 0.72 | 0.40 | 126.83 | 0.68 | 0.35 |
| Hex | 1D | 98 | 2B | 51 | 0 | 48 | 28 | 7F | 44 | 23 |
| Octal | 35 | 230 | 53 | 121 | 0 | 110 | 50 | 177 | 104 | 43 |
| Binary | 11101 | 10011000 | 101011 | 1010001 | 0 | 1001000 | 101000 | 1111111 | 1000100 | 100011 |
Color Harmonies of #1D982B
Complementary color
Monochromatic Colors of #1D982B
Black with #1D982B
Text Example
Text Example
White with #1D982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D982B; }
p { color: rgb(29,152,43); }
H1.HeaderClassName
{
color: #1D982B;
}
.AnyTagClassName
{
color: #1D982B;
}
</style>
background-color css
<style>
a { background-color: #1D982B; }
a { background-color: rgb(29,152,43); }
div.DivClassName
{
background-color: #1D982B;
}
.BgClassName
{
background-color: #1D982B;
}
</style>
border-color css
<style>
span { border-color: #1D982B; }
span { border-color: rgb(29,152,43); }
td.TdClassName
{
border-color: #1D982B;
}
.TagClassName
{
border-color: #1D982B;
}
</style>