Shades of Forest Green #2D862A
Tints of Forest Green #2D862A
RGB
CMYK
RGB Variations
Color information
#2D862A (or 0x2D862A) is known color: Forest Green. HEX triplet: 2D, 86 and 2A. RGB value is (45,134,42). Sum of RGB (Red+Green+Blue) = 45+134+42=221 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.36% from 221); Green value is 134 (52.73% from 255 or 60.63% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 134 - color contains mainly: green. Hex color #2D862A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D862A is #D279D5. Grayscale: #616161. Windows color (decimal): -13793750 or 2786861. OLE color: 2786861.
HSL color Cylindrical-coordinate representation of color #2D862A: hue angle of 118.04º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D862A is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 134 | 42 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.47 |
| HSL | 118.04º | 0.52% | 0.35% | - |
| HSV(B) | 118.04º | 0.69% | 0.53% | - |
| XYZ | 10.03 | 17.78 | 5.09 | - |
| YUV | 96.9 | 97.01 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 134 | 42 | 0.66 | 0 | 0.69 | 0.47 | 118.04 | 0.52 | 0.35 |
| Hex | 2D | 86 | 2A | 42 | 0 | 45 | 2F | 76 | 34 | 23 |
| Octal | 55 | 206 | 52 | 102 | 0 | 105 | 57 | 166 | 64 | 43 |
| Binary | 101101 | 10000110 | 101010 | 1000010 | 0 | 1000101 | 101111 | 1110110 | 110100 | 100011 |
Color Harmonies of #2D862A
Complementary color
Monochromatic Colors of #2D862A
Black with #2D862A
Text Example
Text Example
White with #2D862A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D862A; }
p { color: rgb(45,134,42); }
H1.HeaderClassName
{
color: #2D862A;
}
.AnyTagClassName
{
color: #2D862A;
}
</style>
background-color css
<style>
a { background-color: #2D862A; }
a { background-color: rgb(45,134,42); }
div.DivClassName
{
background-color: #2D862A;
}
.BgClassName
{
background-color: #2D862A;
}
</style>
border-color css
<style>
span { border-color: #2D862A; }
span { border-color: rgb(45,134,42); }
td.TdClassName
{
border-color: #2D862A;
}
.TagClassName
{
border-color: #2D862A;
}
</style>