Shades of Forest Green #2D8D26
Tints of Forest Green #2D8D26
RGB
CMYK
RGB Variations
Color information
#2D8D26 (or 0x2D8D26) is known color: Forest Green. HEX triplet: 2D, 8D and 26. RGB value is (45,141,38). Sum of RGB (Red+Green+Blue) = 45+141+38=224 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.09% from 224); Green value is 141 (55.47% from 255 or 62.95% from 224); Blue value is 38 (15.23% from 255 or 16.96% from 224); Max value from RGB is 141 - color contains mainly: green. Hex color #2D8D26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8D26 is #D272D9. Grayscale: #646464. Windows color (decimal): -13791962 or 2526509. OLE color: 2526509.
HSL color Cylindrical-coordinate representation of color #2D8D26: hue angle of 115.92º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D8D26 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 141 | 38 | - |
| CMYK | 0.68 | 0 | 0.73 | 0.45 |
| HSL | 115.92º | 0.58% | 0.35% | - |
| HSV(B) | 115.92º | 0.73% | 0.55% | - |
| XYZ | 10.96 | 19.75 | 5.07 | - |
| YUV | 100.55 | 92.7 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 141 | 38 | 0.68 | 0 | 0.73 | 0.45 | 115.92 | 0.58 | 0.35 |
| Hex | 2D | 8D | 26 | 44 | 0 | 49 | 2D | 74 | 3A | 23 |
| Octal | 55 | 215 | 46 | 104 | 0 | 111 | 55 | 164 | 72 | 43 |
| Binary | 101101 | 10001101 | 100110 | 1000100 | 0 | 1001001 | 101101 | 1110100 | 111010 | 100011 |
Color Harmonies of #2D8D26
Complementary color
Monochromatic Colors of #2D8D26
Black with #2D8D26
Text Example
Text Example
White with #2D8D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8D26; }
p { color: rgb(45,141,38); }
H1.HeaderClassName
{
color: #2D8D26;
}
.AnyTagClassName
{
color: #2D8D26;
}
</style>
background-color css
<style>
a { background-color: #2D8D26; }
a { background-color: rgb(45,141,38); }
div.DivClassName
{
background-color: #2D8D26;
}
.BgClassName
{
background-color: #2D8D26;
}
</style>
border-color css
<style>
span { border-color: #2D8D26; }
span { border-color: rgb(45,141,38); }
td.TdClassName
{
border-color: #2D8D26;
}
.TagClassName
{
border-color: #2D8D26;
}
</style>