Shades of Forest Green #2D892C
Tints of Forest Green #2D892C
RGB
CMYK
RGB Variations
Color information
#2D892C (or 0x2D892C) is known color: Forest Green. HEX triplet: 2D, 89 and 2C. RGB value is (45,137,44). Sum of RGB (Red+Green+Blue) = 45+137+44=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 137 (53.91% from 255 or 60.62% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 137 - color contains mainly: green. Hex color #2D892C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D892C is #D276D3. Grayscale: #636363. Windows color (decimal): -13792980 or 2918701. OLE color: 2918701.
HSL color Cylindrical-coordinate representation of color #2D892C: hue angle of 119.35º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D892C is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 137 | 44 | - |
| CMYK | 0.67 | 0 | 0.68 | 0.46 |
| HSL | 119.35º | 0.51% | 0.35% | - |
| HSV(B) | 119.35º | 0.68% | 0.54% | - |
| XYZ | 10.48 | 18.63 | 5.43 | - |
| YUV | 98.89 | 97.02 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 137 | 44 | 0.67 | 0 | 0.68 | 0.46 | 119.35 | 0.51 | 0.35 |
| Hex | 2D | 89 | 2C | 43 | 0 | 44 | 2E | 77 | 33 | 23 |
| Octal | 55 | 211 | 54 | 103 | 0 | 104 | 56 | 167 | 63 | 43 |
| Binary | 101101 | 10001001 | 101100 | 1000011 | 0 | 1000100 | 101110 | 1110111 | 110011 | 100011 |
Color Harmonies of #2D892C
Complementary color
Monochromatic Colors of #2D892C
Black with #2D892C
Text Example
Text Example
White with #2D892C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D892C; }
p { color: rgb(45,137,44); }
H1.HeaderClassName
{
color: #2D892C;
}
.AnyTagClassName
{
color: #2D892C;
}
</style>
background-color css
<style>
a { background-color: #2D892C; }
a { background-color: rgb(45,137,44); }
div.DivClassName
{
background-color: #2D892C;
}
.BgClassName
{
background-color: #2D892C;
}
</style>
border-color css
<style>
span { border-color: #2D892C; }
span { border-color: rgb(45,137,44); }
td.TdClassName
{
border-color: #2D892C;
}
.TagClassName
{
border-color: #2D892C;
}
</style>