Shades of Forest Green #2D9C06
Tints of Forest Green #2D9C06
RGB
CMYK
RGB Variations
Color information
#2D9C06 (or 0x2D9C06) is known color: Forest Green. HEX triplet: 2D, 9C and 06. RGB value is (45,156,6). Sum of RGB (Red+Green+Blue) = 45+156+6=207 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.74% from 207); Green value is 156 (61.33% from 255 or 75.36% from 207); Blue value is 6 (2.73% from 255 or 2.90% from 207); Max value from RGB is 156 - color contains mainly: green. Hex color #2D9C06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D9C06 is #D263F9. Grayscale: #6A6A6A. Windows color (decimal): -13788154 or 433197. OLE color: 433197.
HSL color Cylindrical-coordinate representation of color #2D9C06: hue angle of 104.4º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D9C06 is Cyan = 0.71, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 45 | 156 | 6 | - |
| CMYK | 0.71 | 0 | 0.96 | 0.39 |
| HSL | 104.4º | 0.93% | 0.32% | - |
| HSV(B) | 104.4º | 0.96% | 0.61% | - |
| XYZ | 13 | 24.35 | 4.19 | - |
| YUV | 105.71 | 71.73 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 156 | 6 | 0.71 | 0 | 0.96 | 0.39 | 104.4 | 0.93 | 0.32 |
| Hex | 2D | 9C | 6 | 47 | 0 | 60 | 27 | 68 | 5D | 20 |
| Octal | 55 | 234 | 6 | 107 | 0 | 140 | 47 | 150 | 135 | 40 |
| Binary | 101101 | 10011100 | 110 | 1000111 | 0 | 1100000 | 100111 | 1101000 | 1011101 | 100000 |
Color Harmonies of #2D9C06
Complementary color
Monochromatic Colors of #2D9C06
Black with #2D9C06
Text Example
Text Example
White with #2D9C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9C06; }
p { color: rgb(45,156,6); }
H1.HeaderClassName
{
color: #2D9C06;
}
.AnyTagClassName
{
color: #2D9C06;
}
</style>
background-color css
<style>
a { background-color: #2D9C06; }
a { background-color: rgb(45,156,6); }
div.DivClassName
{
background-color: #2D9C06;
}
.BgClassName
{
background-color: #2D9C06;
}
</style>
border-color css
<style>
span { border-color: #2D9C06; }
span { border-color: rgb(45,156,6); }
td.TdClassName
{
border-color: #2D9C06;
}
.TagClassName
{
border-color: #2D9C06;
}
</style>