Shades of Forest Green #2D892F
Tints of Forest Green #2D892F
RGB
CMYK
RGB Variations
Color information
#2D892F (or 0x2D892F) is known color: Forest Green. HEX triplet: 2D, 89 and 2F. RGB value is (45,137,47). Sum of RGB (Red+Green+Blue) = 45+137+47=229 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.65% from 229); Green value is 137 (53.91% from 255 or 59.83% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 137 - color contains mainly: green. Hex color #2D892F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D892F is #D276D0. Grayscale: #636363. Windows color (decimal): -13792977 or 3115309. OLE color: 3115309.
HSL color Cylindrical-coordinate representation of color #2D892F: hue angle of 121.3º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D892F is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 137 | 47 | - |
| CMYK | 0.67 | 0 | 0.66 | 0.46 |
| HSL | 121.3º | 0.51% | 0.36% | - |
| HSV(B) | 121.3º | 0.67% | 0.54% | - |
| XYZ | 10.54 | 18.65 | 5.73 | - |
| YUV | 99.23 | 98.52 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 137 | 47 | 0.67 | 0 | 0.66 | 0.46 | 121.3 | 0.51 | 0.36 |
| Hex | 2D | 89 | 2F | 43 | 0 | 42 | 2E | 79 | 33 | 24 |
| Octal | 55 | 211 | 57 | 103 | 0 | 102 | 56 | 171 | 63 | 44 |
| Binary | 101101 | 10001001 | 101111 | 1000011 | 0 | 1000010 | 101110 | 1111001 | 110011 | 100100 |
Color Harmonies of #2D892F
Complementary color
Monochromatic Colors of #2D892F
Black with #2D892F
Text Example
Text Example
White with #2D892F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D892F; }
p { color: rgb(45,137,47); }
H1.HeaderClassName
{
color: #2D892F;
}
.AnyTagClassName
{
color: #2D892F;
}
</style>
background-color css
<style>
a { background-color: #2D892F; }
a { background-color: rgb(45,137,47); }
div.DivClassName
{
background-color: #2D892F;
}
.BgClassName
{
background-color: #2D892F;
}
</style>
border-color css
<style>
span { border-color: #2D892F; }
span { border-color: rgb(45,137,47); }
td.TdClassName
{
border-color: #2D892F;
}
.TagClassName
{
border-color: #2D892F;
}
</style>