Shades of Forest Green #2D8D07
Tints of Forest Green #2D8D07
RGB
CMYK
RGB Variations
Color information
#2D8D07 (or 0x2D8D07) is known color: Forest Green. HEX triplet: 2D, 8D and 07. RGB value is (45,141,7). Sum of RGB (Red+Green+Blue) = 45+141+7=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 141 (55.47% from 255 or 73.06% from 193); Blue value is 7 (3.12% from 255 or 3.63% from 193); Max value from RGB is 141 - color contains mainly: green. Hex color #2D8D07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D8D07 is #D272F8. Grayscale: #616161. Windows color (decimal): -13791993 or 494893. OLE color: 494893.
HSL color Cylindrical-coordinate representation of color #2D8D07: hue angle of 102.99º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D8D07 is Cyan = 0.68, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 141 | 7 | - |
| CMYK | 0.68 | 0 | 0.95 | 0.45 |
| HSL | 102.99º | 0.91% | 0.29% | - |
| HSV(B) | 102.99º | 0.95% | 0.55% | - |
| XYZ | 10.65 | 19.62 | 3.43 | - |
| YUV | 97.02 | 77.2 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 141 | 7 | 0.68 | 0 | 0.95 | 0.45 | 102.99 | 0.91 | 0.29 |
| Hex | 2D | 8D | 7 | 44 | 0 | 5F | 2D | 67 | 5B | 1D |
| Octal | 55 | 215 | 7 | 104 | 0 | 137 | 55 | 147 | 133 | 35 |
| Binary | 101101 | 10001101 | 111 | 1000100 | 0 | 1011111 | 101101 | 1100111 | 1011011 | 11101 |
Color Harmonies of #2D8D07
Complementary color
Monochromatic Colors of #2D8D07
Black with #2D8D07
Text Example
Text Example
White with #2D8D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8D07; }
p { color: rgb(45,141,7); }
H1.HeaderClassName
{
color: #2D8D07;
}
.AnyTagClassName
{
color: #2D8D07;
}
</style>
background-color css
<style>
a { background-color: #2D8D07; }
a { background-color: rgb(45,141,7); }
div.DivClassName
{
background-color: #2D8D07;
}
.BgClassName
{
background-color: #2D8D07;
}
</style>
border-color css
<style>
span { border-color: #2D8D07; }
span { border-color: rgb(45,141,7); }
td.TdClassName
{
border-color: #2D8D07;
}
.TagClassName
{
border-color: #2D8D07;
}
</style>