Shades of Forest Green #1D8C31
Tints of Forest Green #1D8C31
RGB
CMYK
RGB Variations
Color information
#1D8C31 (or 0x1D8C31) is known color: Forest Green. HEX triplet: 1D, 8C and 31. RGB value is (29,140,49). Sum of RGB (Red+Green+Blue) = 29+140+49=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 140 (55.08% from 255 or 64.22% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 140 - color contains mainly: green. Hex color #1D8C31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8C31 is #E273CE. Grayscale: #606060. Windows color (decimal): -14840783 or 3247133. OLE color: 3247133.
HSL color Cylindrical-coordinate representation of color #1D8C31: hue angle of 130.81º degrees, saturation: 0.66, 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 #1D8C31 is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 140 | 49 | - |
| CMYK | 0.79 | 0 | 0.65 | 0.45 |
| HSL | 130.81º | 0.66% | 0.33% | - |
| HSV(B) | 130.81º | 0.79% | 0.55% | - |
| XYZ | 10.44 | 19.24 | 6.07 | - |
| YUV | 96.44 | 101.23 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 140 | 49 | 0.79 | 0 | 0.65 | 0.45 | 130.81 | 0.66 | 0.33 |
| Hex | 1D | 8C | 31 | 4F | 0 | 41 | 2D | 83 | 42 | 21 |
| Octal | 35 | 214 | 61 | 117 | 0 | 101 | 55 | 203 | 102 | 41 |
| Binary | 11101 | 10001100 | 110001 | 1001111 | 0 | 1000001 | 101101 | 10000011 | 1000010 | 100001 |
Color Harmonies of #1D8C31
Complementary color
Monochromatic Colors of #1D8C31
Black with #1D8C31
Text Example
Text Example
White with #1D8C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8C31; }
p { color: rgb(29,140,49); }
H1.HeaderClassName
{
color: #1D8C31;
}
.AnyTagClassName
{
color: #1D8C31;
}
</style>
background-color css
<style>
a { background-color: #1D8C31; }
a { background-color: rgb(29,140,49); }
div.DivClassName
{
background-color: #1D8C31;
}
.BgClassName
{
background-color: #1D8C31;
}
</style>
border-color css
<style>
span { border-color: #1D8C31; }
span { border-color: rgb(29,140,49); }
td.TdClassName
{
border-color: #1D8C31;
}
.TagClassName
{
border-color: #1D8C31;
}
</style>