Shades of Forest Green #1D8C14
Tints of Forest Green #1D8C14
RGB
CMYK
RGB Variations
Color information
#1D8C14 (or 0x1D8C14) is known color: Forest Green. HEX triplet: 1D, 8C and 14. RGB value is (29,140,20). Sum of RGB (Red+Green+Blue) = 29+140+20=189 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.34% from 189); Green value is 140 (55.08% from 255 or 74.07% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 140 - color contains mainly: green. Hex color #1D8C14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D8C14 is #E273EB. Grayscale: #5D5D5D. Windows color (decimal): -14840812 or 1346589. OLE color: 1346589.
HSL color Cylindrical-coordinate representation of color #1D8C14: hue angle of 115.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D8C14 is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 140 | 20 | - |
| CMYK | 0.79 | 0 | 0.86 | 0.45 |
| HSL | 115.5º | 0.75% | 0.31% | - |
| HSV(B) | 115.5º | 0.86% | 0.55% | - |
| XYZ | 10.01 | 19.07 | 3.81 | - |
| YUV | 93.13 | 86.73 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 140 | 20 | 0.79 | 0 | 0.86 | 0.45 | 115.5 | 0.75 | 0.31 |
| Hex | 1D | 8C | 14 | 4F | 0 | 56 | 2D | 74 | 4B | 1F |
| Octal | 35 | 214 | 24 | 117 | 0 | 126 | 55 | 164 | 113 | 37 |
| Binary | 11101 | 10001100 | 10100 | 1001111 | 0 | 1010110 | 101101 | 1110100 | 1001011 | 11111 |
Color Harmonies of #1D8C14
Complementary color
Monochromatic Colors of #1D8C14
Black with #1D8C14
Text Example
Text Example
White with #1D8C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8C14; }
p { color: rgb(29,140,20); }
H1.HeaderClassName
{
color: #1D8C14;
}
.AnyTagClassName
{
color: #1D8C14;
}
</style>
background-color css
<style>
a { background-color: #1D8C14; }
a { background-color: rgb(29,140,20); }
div.DivClassName
{
background-color: #1D8C14;
}
.BgClassName
{
background-color: #1D8C14;
}
</style>
border-color css
<style>
span { border-color: #1D8C14; }
span { border-color: rgb(29,140,20); }
td.TdClassName
{
border-color: #1D8C14;
}
.TagClassName
{
border-color: #1D8C14;
}
</style>