Shades of Forest Green #2D8B26
Tints of Forest Green #2D8B26
RGB
CMYK
RGB Variations
Color information
#2D8B26 (or 0x2D8B26) is known color: Forest Green. HEX triplet: 2D, 8B and 26. RGB value is (45,139,38). Sum of RGB (Red+Green+Blue) = 45+139+38=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 139 (54.69% from 255 or 62.61% from 222); Blue value is 38 (15.23% from 255 or 17.12% from 222); Max value from RGB is 139 - color contains mainly: green. Hex color #2D8B26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8B26 is #D274D9. Grayscale: #636363. Windows color (decimal): -13792474 or 2525997. OLE color: 2525997.
HSL color Cylindrical-coordinate representation of color #2D8B26: hue angle of 115.84º degrees, saturation: 0.57, 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 #2D8B26 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 139 | 38 | - |
| CMYK | 0.68 | 0 | 0.73 | 0.45 |
| HSL | 115.84º | 0.57% | 0.35% | - |
| HSV(B) | 115.84º | 0.73% | 0.55% | - |
| XYZ | 10.66 | 19.16 | 4.97 | - |
| YUV | 99.38 | 93.36 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 139 | 38 | 0.68 | 0 | 0.73 | 0.45 | 115.84 | 0.57 | 0.35 |
| Hex | 2D | 8B | 26 | 44 | 0 | 49 | 2D | 74 | 39 | 23 |
| Octal | 55 | 213 | 46 | 104 | 0 | 111 | 55 | 164 | 71 | 43 |
| Binary | 101101 | 10001011 | 100110 | 1000100 | 0 | 1001001 | 101101 | 1110100 | 111001 | 100011 |
Color Harmonies of #2D8B26
Complementary color
Monochromatic Colors of #2D8B26
Black with #2D8B26
Text Example
Text Example
White with #2D8B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8B26; }
p { color: rgb(45,139,38); }
H1.HeaderClassName
{
color: #2D8B26;
}
.AnyTagClassName
{
color: #2D8B26;
}
</style>
background-color css
<style>
a { background-color: #2D8B26; }
a { background-color: rgb(45,139,38); }
div.DivClassName
{
background-color: #2D8B26;
}
.BgClassName
{
background-color: #2D8B26;
}
</style>
border-color css
<style>
span { border-color: #2D8B26; }
span { border-color: rgb(45,139,38); }
td.TdClassName
{
border-color: #2D8B26;
}
.TagClassName
{
border-color: #2D8B26;
}
</style>