Shades of Forest Green #2D852A
Tints of Forest Green #2D852A
RGB
CMYK
RGB Variations
Color information
#2D852A (or 0x2D852A) is known color: Forest Green. HEX triplet: 2D, 85 and 2A. RGB value is (45,133,42). Sum of RGB (Red+Green+Blue) = 45+133+42=220 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.45% from 220); Green value is 133 (52.34% from 255 or 60.45% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 133 - color contains mainly: green. Hex color #2D852A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D852A is #D27AD5. Grayscale: #606060. Windows color (decimal): -13794006 or 2786605. OLE color: 2786605.
HSL color Cylindrical-coordinate representation of color #2D852A: hue angle of 118.02º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D852A is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 133 | 42 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.48 |
| HSL | 118.02º | 0.52% | 0.34% | - |
| HSV(B) | 118.02º | 0.68% | 0.52% | - |
| XYZ | 9.89 | 17.5 | 5.05 | - |
| YUV | 96.31 | 97.35 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 133 | 42 | 0.66 | 0 | 0.68 | 0.48 | 118.02 | 0.52 | 0.34 |
| Hex | 2D | 85 | 2A | 42 | 0 | 44 | 30 | 76 | 34 | 22 |
| Octal | 55 | 205 | 52 | 102 | 0 | 104 | 60 | 166 | 64 | 42 |
| Binary | 101101 | 10000101 | 101010 | 1000010 | 0 | 1000100 | 110000 | 1110110 | 110100 | 100010 |
Color Harmonies of #2D852A
Complementary color
Monochromatic Colors of #2D852A
Black with #2D852A
Text Example
Text Example
White with #2D852A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D852A; }
p { color: rgb(45,133,42); }
H1.HeaderClassName
{
color: #2D852A;
}
.AnyTagClassName
{
color: #2D852A;
}
</style>
background-color css
<style>
a { background-color: #2D852A; }
a { background-color: rgb(45,133,42); }
div.DivClassName
{
background-color: #2D852A;
}
.BgClassName
{
background-color: #2D852A;
}
</style>
border-color css
<style>
span { border-color: #2D852A; }
span { border-color: rgb(45,133,42); }
td.TdClassName
{
border-color: #2D852A;
}
.TagClassName
{
border-color: #2D852A;
}
</style>