Shades of Forest Green #2D8226
Tints of Forest Green #2D8226
RGB
CMYK
RGB Variations
Color information
#2D8226 (or 0x2D8226) is known color: Forest Green. HEX triplet: 2D, 82 and 26. RGB value is (45,130,38). Sum of RGB (Red+Green+Blue) = 45+130+38=213 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.13% from 213); Green value is 130 (51.17% from 255 or 61.03% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 130 - color contains mainly: green. Hex color #2D8226 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8226 is #D27DD9. Grayscale: #5E5E5E. Windows color (decimal): -13794778 or 2523693. OLE color: 2523693.
HSL color Cylindrical-coordinate representation of color #2D8226: hue angle of 115.43º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D8226 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 130 | 38 | - |
| CMYK | 0.65 | 0 | 0.71 | 0.49 |
| HSL | 115.43º | 0.55% | 0.33% | - |
| HSV(B) | 115.43º | 0.71% | 0.51% | - |
| XYZ | 9.41 | 16.66 | 4.55 | - |
| YUV | 94.1 | 96.34 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 130 | 38 | 0.65 | 0 | 0.71 | 0.49 | 115.43 | 0.55 | 0.33 |
| Hex | 2D | 82 | 26 | 41 | 0 | 47 | 31 | 73 | 37 | 21 |
| Octal | 55 | 202 | 46 | 101 | 0 | 107 | 61 | 163 | 67 | 41 |
| Binary | 101101 | 10000010 | 100110 | 1000001 | 0 | 1000111 | 110001 | 1110011 | 110111 | 100001 |
Color Harmonies of #2D8226
Complementary color
Monochromatic Colors of #2D8226
Black with #2D8226
Text Example
Text Example
White with #2D8226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8226; }
p { color: rgb(45,130,38); }
H1.HeaderClassName
{
color: #2D8226;
}
.AnyTagClassName
{
color: #2D8226;
}
</style>
background-color css
<style>
a { background-color: #2D8226; }
a { background-color: rgb(45,130,38); }
div.DivClassName
{
background-color: #2D8226;
}
.BgClassName
{
background-color: #2D8226;
}
</style>
border-color css
<style>
span { border-color: #2D8226; }
span { border-color: rgb(45,130,38); }
td.TdClassName
{
border-color: #2D8226;
}
.TagClassName
{
border-color: #2D8226;
}
</style>