Shades of Forest Green #2D8B2C
Tints of Forest Green #2D8B2C
RGB
CMYK
RGB Variations
Color information
#2D8B2C (or 0x2D8B2C) is known color: Forest Green. HEX triplet: 2D, 8B and 2C. RGB value is (45,139,44). Sum of RGB (Red+Green+Blue) = 45+139+44=228 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.74% from 228); Green value is 139 (54.69% from 255 or 60.96% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 139 - color contains mainly: green. Hex color #2D8B2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8B2C is #D274D3. Grayscale: #646464. Windows color (decimal): -13792468 or 2919213. OLE color: 2919213.
HSL color Cylindrical-coordinate representation of color #2D8B2C: hue angle of 119.37º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D8B2C is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 139 | 44 | - |
| CMYK | 0.68 | 0 | 0.68 | 0.45 |
| HSL | 119.37º | 0.52% | 0.36% | - |
| HSV(B) | 119.37º | 0.68% | 0.55% | - |
| XYZ | 10.77 | 19.2 | 5.52 | - |
| YUV | 100.06 | 96.36 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 139 | 44 | 0.68 | 0 | 0.68 | 0.45 | 119.37 | 0.52 | 0.36 |
| Hex | 2D | 8B | 2C | 44 | 0 | 44 | 2D | 77 | 34 | 24 |
| Octal | 55 | 213 | 54 | 104 | 0 | 104 | 55 | 167 | 64 | 44 |
| Binary | 101101 | 10001011 | 101100 | 1000100 | 0 | 1000100 | 101101 | 1110111 | 110100 | 100100 |
Color Harmonies of #2D8B2C
Complementary color
Monochromatic Colors of #2D8B2C
Black with #2D8B2C
Text Example
Text Example
White with #2D8B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8B2C; }
p { color: rgb(45,139,44); }
H1.HeaderClassName
{
color: #2D8B2C;
}
.AnyTagClassName
{
color: #2D8B2C;
}
</style>
background-color css
<style>
a { background-color: #2D8B2C; }
a { background-color: rgb(45,139,44); }
div.DivClassName
{
background-color: #2D8B2C;
}
.BgClassName
{
background-color: #2D8B2C;
}
</style>
border-color css
<style>
span { border-color: #2D8B2C; }
span { border-color: rgb(45,139,44); }
td.TdClassName
{
border-color: #2D8B2C;
}
.TagClassName
{
border-color: #2D8B2C;
}
</style>