Shades of Forest Green #2D932F
Tints of Forest Green #2D932F
RGB
CMYK
RGB Variations
Color information
#2D932F (or 0x2D932F) is known color: Forest Green. HEX triplet: 2D, 93 and 2F. RGB value is (45,147,47). Sum of RGB (Red+Green+Blue) = 45+147+47=239 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.83% from 239); Green value is 147 (57.81% from 255 or 61.51% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 147 - color contains mainly: green. Hex color #2D932F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D932F is #D26CD0. Grayscale: #696969. Windows color (decimal): -13790417 or 3117869. OLE color: 3117869.
HSL color Cylindrical-coordinate representation of color #2D932F: hue angle of 121.18º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D932F is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 147 | 47 | - |
| CMYK | 0.69 | 0 | 0.68 | 0.42 |
| HSL | 121.18º | 0.53% | 0.38% | - |
| HSV(B) | 121.18º | 0.69% | 0.58% | - |
| XYZ | 12.03 | 21.63 | 6.23 | - |
| YUV | 105.1 | 95.21 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 147 | 47 | 0.69 | 0 | 0.68 | 0.42 | 121.18 | 0.53 | 0.38 |
| Hex | 2D | 93 | 2F | 45 | 0 | 44 | 2A | 79 | 35 | 26 |
| Octal | 55 | 223 | 57 | 105 | 0 | 104 | 52 | 171 | 65 | 46 |
| Binary | 101101 | 10010011 | 101111 | 1000101 | 0 | 1000100 | 101010 | 1111001 | 110101 | 100110 |
Color Harmonies of #2D932F
Complementary color
Monochromatic Colors of #2D932F
Black with #2D932F
Text Example
Text Example
White with #2D932F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D932F; }
p { color: rgb(45,147,47); }
H1.HeaderClassName
{
color: #2D932F;
}
.AnyTagClassName
{
color: #2D932F;
}
</style>
background-color css
<style>
a { background-color: #2D932F; }
a { background-color: rgb(45,147,47); }
div.DivClassName
{
background-color: #2D932F;
}
.BgClassName
{
background-color: #2D932F;
}
</style>
border-color css
<style>
span { border-color: #2D932F; }
span { border-color: rgb(45,147,47); }
td.TdClassName
{
border-color: #2D932F;
}
.TagClassName
{
border-color: #2D932F;
}
</style>