Shades of Forest Green #2D9F05
Tints of Forest Green #2D9F05
RGB
CMYK
RGB Variations
Color information
#2D9F05 (or 0x2D9F05) is known color: Forest Green. HEX triplet: 2D, 9F and 05. RGB value is (45,159,5). Sum of RGB (Red+Green+Blue) = 45+159+5=209 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.53% from 209); Green value is 159 (62.5% from 255 or 76.08% from 209); Blue value is 5 (2.34% from 255 or 2.39% from 209); Max value from RGB is 159 - color contains mainly: green. Hex color #2D9F05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D9F05 is #D260FA. Grayscale: #6B6B6B. Windows color (decimal): -13787387 or 368429. OLE color: 368429.
HSL color Cylindrical-coordinate representation of color #2D9F05: hue angle of 104.42º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D9F05 is Cyan = 0.72, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 159 | 5 | - |
| CMYK | 0.72 | 0 | 0.97 | 0.38 |
| HSL | 104.42º | 0.94% | 0.32% | - |
| HSV(B) | 104.42º | 0.97% | 0.62% | - |
| XYZ | 13.51 | 25.37 | 4.33 | - |
| YUV | 107.36 | 70.23 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 159 | 5 | 0.72 | 0 | 0.97 | 0.38 | 104.42 | 0.94 | 0.32 |
| Hex | 2D | 9F | 5 | 48 | 0 | 61 | 26 | 68 | 5E | 20 |
| Octal | 55 | 237 | 5 | 110 | 0 | 141 | 46 | 150 | 136 | 40 |
| Binary | 101101 | 10011111 | 101 | 1001000 | 0 | 1100001 | 100110 | 1101000 | 1011110 | 100000 |
Color Harmonies of #2D9F05
Complementary color
Monochromatic Colors of #2D9F05
Black with #2D9F05
Text Example
Text Example
White with #2D9F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9F05; }
p { color: rgb(45,159,5); }
H1.HeaderClassName
{
color: #2D9F05;
}
.AnyTagClassName
{
color: #2D9F05;
}
</style>
background-color css
<style>
a { background-color: #2D9F05; }
a { background-color: rgb(45,159,5); }
div.DivClassName
{
background-color: #2D9F05;
}
.BgClassName
{
background-color: #2D9F05;
}
</style>
border-color css
<style>
span { border-color: #2D9F05; }
span { border-color: rgb(45,159,5); }
td.TdClassName
{
border-color: #2D9F05;
}
.TagClassName
{
border-color: #2D9F05;
}
</style>