Shades of Forest Green #1D8B31
Tints of Forest Green #1D8B31
RGB
CMYK
RGB Variations
Color information
#1D8B31 (or 0x1D8B31) is known color: Forest Green. HEX triplet: 1D, 8B and 31. RGB value is (29,139,49). Sum of RGB (Red+Green+Blue) = 29+139+49=217 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.36% from 217); Green value is 139 (54.69% from 255 or 64.06% from 217); Blue value is 49 (19.53% from 255 or 22.58% from 217); Max value from RGB is 139 - color contains mainly: green. Hex color #1D8B31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8B31 is #E274CE. Grayscale: #606060. Windows color (decimal): -14841039 or 3246877. OLE color: 3246877.
HSL color Cylindrical-coordinate representation of color #1D8B31: hue angle of 130.91º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8B31 is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 139 | 49 | - |
| CMYK | 0.79 | 0 | 0.65 | 0.45 |
| HSL | 130.91º | 0.65% | 0.33% | - |
| HSV(B) | 130.91º | 0.79% | 0.55% | - |
| XYZ | 10.29 | 18.95 | 6.02 | - |
| YUV | 95.85 | 101.56 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 139 | 49 | 0.79 | 0 | 0.65 | 0.45 | 130.91 | 0.65 | 0.33 |
| Hex | 1D | 8B | 31 | 4F | 0 | 41 | 2D | 83 | 41 | 21 |
| Octal | 35 | 213 | 61 | 117 | 0 | 101 | 55 | 203 | 101 | 41 |
| Binary | 11101 | 10001011 | 110001 | 1001111 | 0 | 1000001 | 101101 | 10000011 | 1000001 | 100001 |
Color Harmonies of #1D8B31
Complementary color
Monochromatic Colors of #1D8B31
Black with #1D8B31
Text Example
Text Example
White with #1D8B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8B31; }
p { color: rgb(29,139,49); }
H1.HeaderClassName
{
color: #1D8B31;
}
.AnyTagClassName
{
color: #1D8B31;
}
</style>
background-color css
<style>
a { background-color: #1D8B31; }
a { background-color: rgb(29,139,49); }
div.DivClassName
{
background-color: #1D8B31;
}
.BgClassName
{
background-color: #1D8B31;
}
</style>
border-color css
<style>
span { border-color: #1D8B31; }
span { border-color: rgb(29,139,49); }
td.TdClassName
{
border-color: #1D8B31;
}
.TagClassName
{
border-color: #1D8B31;
}
</style>