Shades of Forest Green #2D9C26
Tints of Forest Green #2D9C26
RGB
CMYK
RGB Variations
Color information
#2D9C26 (or 0x2D9C26) is known color: Forest Green. HEX triplet: 2D, 9C and 26. RGB value is (45,156,38). Sum of RGB (Red+Green+Blue) = 45+156+38=239 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.83% from 239); Green value is 156 (61.33% from 255 or 65.27% from 239); Blue value is 38 (15.23% from 255 or 15.90% from 239); Max value from RGB is 156 - color contains mainly: green. Hex color #2D9C26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9C26 is #D263D9. Grayscale: #6D6D6D. Windows color (decimal): -13788122 or 2530349. OLE color: 2530349.
HSL color Cylindrical-coordinate representation of color #2D9C26: hue angle of 116.44º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D9C26 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 45 | 156 | 38 | - |
| CMYK | 0.71 | 0 | 0.76 | 0.39 |
| HSL | 116.44º | 0.61% | 0.38% | - |
| HSV(B) | 116.44º | 0.76% | 0.61% | - |
| XYZ | 13.32 | 24.47 | 5.86 | - |
| YUV | 109.36 | 87.73 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 156 | 38 | 0.71 | 0 | 0.76 | 0.39 | 116.44 | 0.61 | 0.38 |
| Hex | 2D | 9C | 26 | 47 | 0 | 4C | 27 | 74 | 3D | 26 |
| Octal | 55 | 234 | 46 | 107 | 0 | 114 | 47 | 164 | 75 | 46 |
| Binary | 101101 | 10011100 | 100110 | 1000111 | 0 | 1001100 | 100111 | 1110100 | 111101 | 100110 |
Color Harmonies of #2D9C26
Complementary color
Monochromatic Colors of #2D9C26
Black with #2D9C26
Text Example
Text Example
White with #2D9C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9C26; }
p { color: rgb(45,156,38); }
H1.HeaderClassName
{
color: #2D9C26;
}
.AnyTagClassName
{
color: #2D9C26;
}
</style>
background-color css
<style>
a { background-color: #2D9C26; }
a { background-color: rgb(45,156,38); }
div.DivClassName
{
background-color: #2D9C26;
}
.BgClassName
{
background-color: #2D9C26;
}
</style>
border-color css
<style>
span { border-color: #2D9C26; }
span { border-color: rgb(45,156,38); }
td.TdClassName
{
border-color: #2D9C26;
}
.TagClassName
{
border-color: #2D9C26;
}
</style>