Shades of Forest Green #1D8B2C
Tints of Forest Green #1D8B2C
RGB
CMYK
RGB Variations
Color information
#1D8B2C (or 0x1D8B2C) is known color: Forest Green. HEX triplet: 1D, 8B and 2C. RGB value is (29,139,44). Sum of RGB (Red+Green+Blue) = 29+139+44=212 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.68% from 212); Green value is 139 (54.69% from 255 or 65.57% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 139 - color contains mainly: green. Hex color #1D8B2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8B2C is #E274D3. Grayscale: #5F5F5F. Windows color (decimal): -14841044 or 2919197. OLE color: 2919197.
HSL color Cylindrical-coordinate representation of color #1D8B2C: hue angle of 128.18º 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 #1D8B2C is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 139 | 44 | - |
| CMYK | 0.79 | 0 | 0.68 | 0.45 |
| HSL | 128.18º | 0.65% | 0.33% | - |
| HSV(B) | 128.18º | 0.79% | 0.55% | - |
| XYZ | 10.19 | 18.91 | 5.5 | - |
| YUV | 95.28 | 99.06 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 139 | 44 | 0.79 | 0 | 0.68 | 0.45 | 128.18 | 0.65 | 0.33 |
| Hex | 1D | 8B | 2C | 4F | 0 | 44 | 2D | 80 | 41 | 21 |
| Octal | 35 | 213 | 54 | 117 | 0 | 104 | 55 | 200 | 101 | 41 |
| Binary | 11101 | 10001011 | 101100 | 1001111 | 0 | 1000100 | 101101 | 10000000 | 1000001 | 100001 |
Color Harmonies of #1D8B2C
Complementary color
Monochromatic Colors of #1D8B2C
Black with #1D8B2C
Text Example
Text Example
White with #1D8B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8B2C; }
p { color: rgb(29,139,44); }
H1.HeaderClassName
{
color: #1D8B2C;
}
.AnyTagClassName
{
color: #1D8B2C;
}
</style>
background-color css
<style>
a { background-color: #1D8B2C; }
a { background-color: rgb(29,139,44); }
div.DivClassName
{
background-color: #1D8B2C;
}
.BgClassName
{
background-color: #1D8B2C;
}
</style>
border-color css
<style>
span { border-color: #1D8B2C; }
span { border-color: rgb(29,139,44); }
td.TdClassName
{
border-color: #1D8B2C;
}
.TagClassName
{
border-color: #1D8B2C;
}
</style>