Shades of Forest Green #2D982B
Tints of Forest Green #2D982B
RGB
CMYK
RGB Variations
Color information
#2D982B (or 0x2D982B) is known color: Forest Green. HEX triplet: 2D, 98 and 2B. RGB value is (45,152,43). Sum of RGB (Red+Green+Blue) = 45+152+43=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 152 (59.77% from 255 or 63.33% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 152 - color contains mainly: green. Hex color #2D982B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D982B is #D267D4. Grayscale: #6B6B6B. Windows color (decimal): -13789141 or 2857005. OLE color: 2857005.
HSL color Cylindrical-coordinate representation of color #2D982B: hue angle of 118.9º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D982B is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 45 | 152 | 43 | - |
| CMYK | 0.70 | 0 | 0.72 | 0.40 |
| HSL | 118.9º | 0.56% | 0.38% | - |
| HSV(B) | 118.9º | 0.72% | 0.6% | - |
| XYZ | 12.75 | 23.19 | 6.09 | - |
| YUV | 107.58 | 91.55 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 152 | 43 | 0.70 | 0 | 0.72 | 0.40 | 118.9 | 0.56 | 0.38 |
| Hex | 2D | 98 | 2B | 46 | 0 | 48 | 28 | 77 | 38 | 26 |
| Octal | 55 | 230 | 53 | 106 | 0 | 110 | 50 | 167 | 70 | 46 |
| Binary | 101101 | 10011000 | 101011 | 1000110 | 0 | 1001000 | 101000 | 1110111 | 111000 | 100110 |
Color Harmonies of #2D982B
Complementary color
Monochromatic Colors of #2D982B
Black with #2D982B
Text Example
Text Example
White with #2D982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D982B; }
p { color: rgb(45,152,43); }
H1.HeaderClassName
{
color: #2D982B;
}
.AnyTagClassName
{
color: #2D982B;
}
</style>
background-color css
<style>
a { background-color: #2D982B; }
a { background-color: rgb(45,152,43); }
div.DivClassName
{
background-color: #2D982B;
}
.BgClassName
{
background-color: #2D982B;
}
</style>
border-color css
<style>
span { border-color: #2D982B; }
span { border-color: rgb(45,152,43); }
td.TdClassName
{
border-color: #2D982B;
}
.TagClassName
{
border-color: #2D982B;
}
</style>