Shades of Forest Green #2D9527
Tints of Forest Green #2D9527
RGB
CMYK
RGB Variations
Color information
#2D9527 (or 0x2D9527) is known color: Forest Green. HEX triplet: 2D, 95 and 27. RGB value is (45,149,39). Sum of RGB (Red+Green+Blue) = 45+149+39=233 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.31% from 233); Green value is 149 (58.59% from 255 or 63.95% from 233); Blue value is 39 (15.62% from 255 or 16.74% from 233); Max value from RGB is 149 - color contains mainly: green. Hex color #2D9527 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9527 is #D26AD8. Grayscale: #696969. Windows color (decimal): -13789913 or 2594093. OLE color: 2594093.
HSL color Cylindrical-coordinate representation of color #2D9527: hue angle of 116.73º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D9527 is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 149 | 39 | - |
| CMYK | 0.70 | 0 | 0.74 | 0.42 |
| HSL | 116.73º | 0.59% | 0.37% | - |
| HSV(B) | 116.73º | 0.74% | 0.58% | - |
| XYZ | 12.2 | 22.2 | 5.56 | - |
| YUV | 105.36 | 90.54 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 149 | 39 | 0.70 | 0 | 0.74 | 0.42 | 116.73 | 0.59 | 0.37 |
| Hex | 2D | 95 | 27 | 46 | 0 | 4A | 2A | 75 | 3B | 25 |
| Octal | 55 | 225 | 47 | 106 | 0 | 112 | 52 | 165 | 73 | 45 |
| Binary | 101101 | 10010101 | 100111 | 1000110 | 0 | 1001010 | 101010 | 1110101 | 111011 | 100101 |
Color Harmonies of #2D9527
Complementary color
Monochromatic Colors of #2D9527
Black with #2D9527
Text Example
Text Example
White with #2D9527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9527; }
p { color: rgb(45,149,39); }
H1.HeaderClassName
{
color: #2D9527;
}
.AnyTagClassName
{
color: #2D9527;
}
</style>
background-color css
<style>
a { background-color: #2D9527; }
a { background-color: rgb(45,149,39); }
div.DivClassName
{
background-color: #2D9527;
}
.BgClassName
{
background-color: #2D9527;
}
</style>
border-color css
<style>
span { border-color: #2D9527; }
span { border-color: rgb(45,149,39); }
td.TdClassName
{
border-color: #2D9527;
}
.TagClassName
{
border-color: #2D9527;
}
</style>