Shades of Forest Green #1D8C1F
Tints of Forest Green #1D8C1F
RGB
CMYK
RGB Variations
Color information
#1D8C1F (or 0x1D8C1F) is known color: Forest Green. HEX triplet: 1D, 8C and 1F. RGB value is (29,140,31). Sum of RGB (Red+Green+Blue) = 29+140+31=200 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.5% from 200); Green value is 140 (55.08% from 255 or 70% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 140 - color contains mainly: green. Hex color #1D8C1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8C1F is #E273E0. Grayscale: #5E5E5E. Windows color (decimal): -14840801 or 2067485. OLE color: 2067485.
HSL color Cylindrical-coordinate representation of color #1D8C1F: hue angle of 121.08º 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 #1D8C1F is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 140 | 31 | - |
| CMYK | 0.79 | 0 | 0.78 | 0.45 |
| HSL | 121.08º | 0.66% | 0.33% | - |
| HSV(B) | 121.08º | 0.79% | 0.55% | - |
| XYZ | 10.13 | 19.12 | 4.45 | - |
| YUV | 94.39 | 92.23 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 140 | 31 | 0.79 | 0 | 0.78 | 0.45 | 121.08 | 0.66 | 0.33 |
| Hex | 1D | 8C | 1F | 4F | 0 | 4E | 2D | 79 | 42 | 21 |
| Octal | 35 | 214 | 37 | 117 | 0 | 116 | 55 | 171 | 102 | 41 |
| Binary | 11101 | 10001100 | 11111 | 1001111 | 0 | 1001110 | 101101 | 1111001 | 1000010 | 100001 |
Color Harmonies of #1D8C1F
Complementary color
Monochromatic Colors of #1D8C1F
Black with #1D8C1F
Text Example
Text Example
White with #1D8C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8C1F; }
p { color: rgb(29,140,31); }
H1.HeaderClassName
{
color: #1D8C1F;
}
.AnyTagClassName
{
color: #1D8C1F;
}
</style>
background-color css
<style>
a { background-color: #1D8C1F; }
a { background-color: rgb(29,140,31); }
div.DivClassName
{
background-color: #1D8C1F;
}
.BgClassName
{
background-color: #1D8C1F;
}
</style>
border-color css
<style>
span { border-color: #1D8C1F; }
span { border-color: rgb(29,140,31); }
td.TdClassName
{
border-color: #1D8C1F;
}
.TagClassName
{
border-color: #1D8C1F;
}
</style>