Shades of Forest Green #2D9104
Tints of Forest Green #2D9104
RGB
CMYK
RGB Variations
Color information
#2D9104 (or 0x2D9104) is known color: Forest Green. HEX triplet: 2D, 91 and 04. RGB value is (45,145,4). Sum of RGB (Red+Green+Blue) = 45+145+4=194 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.20% from 194); Green value is 145 (57.03% from 255 or 74.74% from 194); Blue value is 4 (1.95% from 255 or 2.06% from 194); Max value from RGB is 145 - color contains mainly: green. Hex color #2D9104 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D9104 is #D26EFB. Grayscale: #636363. Windows color (decimal): -13790972 or 299309. OLE color: 299309.
HSL color Cylindrical-coordinate representation of color #2D9104: hue angle of 102.55º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D9104 is Cyan = 0.69, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 145 | 4 | - |
| CMYK | 0.69 | 0 | 0.97 | 0.43 |
| HSL | 102.55º | 0.95% | 0.29% | - |
| HSV(B) | 102.55º | 0.97% | 0.57% | - |
| XYZ | 11.23 | 20.82 | 3.54 | - |
| YUV | 99.03 | 74.37 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 145 | 4 | 0.69 | 0 | 0.97 | 0.43 | 102.55 | 0.95 | 0.29 |
| Hex | 2D | 91 | 4 | 45 | 0 | 61 | 2B | 67 | 5F | 1D |
| Octal | 55 | 221 | 4 | 105 | 0 | 141 | 53 | 147 | 137 | 35 |
| Binary | 101101 | 10010001 | 100 | 1000101 | 0 | 1100001 | 101011 | 1100111 | 1011111 | 11101 |
Color Harmonies of #2D9104
Complementary color
Monochromatic Colors of #2D9104
Black with #2D9104
Text Example
Text Example
White with #2D9104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9104; }
p { color: rgb(45,145,4); }
H1.HeaderClassName
{
color: #2D9104;
}
.AnyTagClassName
{
color: #2D9104;
}
</style>
background-color css
<style>
a { background-color: #2D9104; }
a { background-color: rgb(45,145,4); }
div.DivClassName
{
background-color: #2D9104;
}
.BgClassName
{
background-color: #2D9104;
}
</style>
border-color css
<style>
span { border-color: #2D9104; }
span { border-color: rgb(45,145,4); }
td.TdClassName
{
border-color: #2D9104;
}
.TagClassName
{
border-color: #2D9104;
}
</style>