Shades of Forest Green #1D8C29
Tints of Forest Green #1D8C29
RGB
CMYK
RGB Variations
Color information
#1D8C29 (or 0x1D8C29) is known color: Forest Green. HEX triplet: 1D, 8C and 29. RGB value is (29,140,41). Sum of RGB (Red+Green+Blue) = 29+140+41=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 140 (55.08% from 255 or 66.67% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 140 - color contains mainly: green. Hex color #1D8C29 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8C29 is #E273D6. Grayscale: #5F5F5F. Windows color (decimal): -14840791 or 2722845. OLE color: 2722845.
HSL color Cylindrical-coordinate representation of color #1D8C29: hue angle of 126.49º 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 #1D8C29 is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 140 | 41 | - |
| CMYK | 0.79 | 0 | 0.71 | 0.45 |
| HSL | 126.49º | 0.66% | 0.33% | - |
| HSV(B) | 126.49º | 0.79% | 0.55% | - |
| XYZ | 10.29 | 19.18 | 5.26 | - |
| YUV | 95.53 | 97.23 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 140 | 41 | 0.79 | 0 | 0.71 | 0.45 | 126.49 | 0.66 | 0.33 |
| Hex | 1D | 8C | 29 | 4F | 0 | 47 | 2D | 7E | 42 | 21 |
| Octal | 35 | 214 | 51 | 117 | 0 | 107 | 55 | 176 | 102 | 41 |
| Binary | 11101 | 10001100 | 101001 | 1001111 | 0 | 1000111 | 101101 | 1111110 | 1000010 | 100001 |
Color Harmonies of #1D8C29
Complementary color
Monochromatic Colors of #1D8C29
Black with #1D8C29
Text Example
Text Example
White with #1D8C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8C29; }
p { color: rgb(29,140,41); }
H1.HeaderClassName
{
color: #1D8C29;
}
.AnyTagClassName
{
color: #1D8C29;
}
</style>
background-color css
<style>
a { background-color: #1D8C29; }
a { background-color: rgb(29,140,41); }
div.DivClassName
{
background-color: #1D8C29;
}
.BgClassName
{
background-color: #1D8C29;
}
</style>
border-color css
<style>
span { border-color: #1D8C29; }
span { border-color: rgb(29,140,41); }
td.TdClassName
{
border-color: #1D8C29;
}
.TagClassName
{
border-color: #1D8C29;
}
</style>