Shades of Forest Green #1D852E
Tints of Forest Green #1D852E
RGB
CMYK
RGB Variations
Color information
#1D852E (or 0x1D852E) is known color: Forest Green. HEX triplet: 1D, 85 and 2E. RGB value is (29,133,46). Sum of RGB (Red+Green+Blue) = 29+133+46=208 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.94% from 208); Green value is 133 (52.34% from 255 or 63.94% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 133 - color contains mainly: green. Hex color #1D852E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D852E is #E27AD1. Grayscale: #5C5C5C. Windows color (decimal): -14842578 or 3048733. OLE color: 3048733.
HSL color Cylindrical-coordinate representation of color #1D852E: hue angle of 129.81º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D852E is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 133 | 46 | - |
| CMYK | 0.78 | 0 | 0.65 | 0.48 |
| HSL | 129.81º | 0.64% | 0.32% | - |
| HSV(B) | 129.81º | 0.78% | 0.52% | - |
| XYZ | 9.39 | 17.23 | 5.42 | - |
| YUV | 91.99 | 102.04 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 133 | 46 | 0.78 | 0 | 0.65 | 0.48 | 129.81 | 0.64 | 0.32 |
| Hex | 1D | 85 | 2E | 4E | 0 | 41 | 30 | 82 | 40 | 20 |
| Octal | 35 | 205 | 56 | 116 | 0 | 101 | 60 | 202 | 100 | 40 |
| Binary | 11101 | 10000101 | 101110 | 1001110 | 0 | 1000001 | 110000 | 10000010 | 1000000 | 100000 |
Color Harmonies of #1D852E
Complementary color
Monochromatic Colors of #1D852E
Black with #1D852E
Text Example
Text Example
White with #1D852E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D852E; }
p { color: rgb(29,133,46); }
H1.HeaderClassName
{
color: #1D852E;
}
.AnyTagClassName
{
color: #1D852E;
}
</style>
background-color css
<style>
a { background-color: #1D852E; }
a { background-color: rgb(29,133,46); }
div.DivClassName
{
background-color: #1D852E;
}
.BgClassName
{
background-color: #1D852E;
}
</style>
border-color css
<style>
span { border-color: #1D852E; }
span { border-color: rgb(29,133,46); }
td.TdClassName
{
border-color: #1D852E;
}
.TagClassName
{
border-color: #1D852E;
}
</style>