Shades of Forest Green #2D951E
Tints of Forest Green #2D951E
RGB
CMYK
RGB Variations
Color information
#2D951E (or 0x2D951E) is known color: Forest Green. HEX triplet: 2D, 95 and 1E. RGB value is (45,149,30). Sum of RGB (Red+Green+Blue) = 45+149+30=224 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.09% from 224); Green value is 149 (58.59% from 255 or 66.52% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 149 - color contains mainly: green. Hex color #2D951E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D951E is #D26AE1. Grayscale: #686868. Windows color (decimal): -13789922 or 2004269. OLE color: 2004269.
HSL color Cylindrical-coordinate representation of color #2D951E: hue angle of 112.44º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D951E is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 149 | 30 | - |
| CMYK | 0.70 | 0 | 0.80 | 0.42 |
| HSL | 112.44º | 0.66% | 0.35% | - |
| HSV(B) | 112.44º | 0.8% | 0.58% | - |
| XYZ | 12.06 | 22.15 | 4.87 | - |
| YUV | 104.34 | 86.04 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 149 | 30 | 0.70 | 0 | 0.80 | 0.42 | 112.44 | 0.66 | 0.35 |
| Hex | 2D | 95 | 1E | 46 | 0 | 50 | 2A | 70 | 42 | 23 |
| Octal | 55 | 225 | 36 | 106 | 0 | 120 | 52 | 160 | 102 | 43 |
| Binary | 101101 | 10010101 | 11110 | 1000110 | 0 | 1010000 | 101010 | 1110000 | 1000010 | 100011 |
Color Harmonies of #2D951E
Complementary color
Monochromatic Colors of #2D951E
Black with #2D951E
Text Example
Text Example
White with #2D951E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D951E; }
p { color: rgb(45,149,30); }
H1.HeaderClassName
{
color: #2D951E;
}
.AnyTagClassName
{
color: #2D951E;
}
</style>
background-color css
<style>
a { background-color: #2D951E; }
a { background-color: rgb(45,149,30); }
div.DivClassName
{
background-color: #2D951E;
}
.BgClassName
{
background-color: #2D951E;
}
</style>
border-color css
<style>
span { border-color: #2D951E; }
span { border-color: rgb(45,149,30); }
td.TdClassName
{
border-color: #2D951E;
}
.TagClassName
{
border-color: #2D951E;
}
</style>