Shades of Forest Green #2D943E
Tints of Forest Green #2D943E
RGB
CMYK
RGB Variations
Color information
#2D943E (or 0x2D943E) is known color: Forest Green. HEX triplet: 2D, 94 and 3E. RGB value is (45,148,62). Sum of RGB (Red+Green+Blue) = 45+148+62=255 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.65% from 255); Green value is 148 (58.20% from 255 or 58.04% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 148 - color contains mainly: green. Hex color #2D943E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D943E is #D26BC1. Grayscale: #6B6B6B. Windows color (decimal): -13790146 or 4101165. OLE color: 4101165.
HSL color Cylindrical-coordinate representation of color #2D943E: hue angle of 129.9º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D943E is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 148 | 62 | - |
| CMYK | 0.70 | 0 | 0.58 | 0.42 |
| HSL | 129.9º | 0.53% | 0.38% | - |
| HSV(B) | 129.9º | 0.7% | 0.58% | - |
| XYZ | 12.54 | 22.09 | 8.16 | - |
| YUV | 107.4 | 102.38 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 148 | 62 | 0.70 | 0 | 0.58 | 0.42 | 129.9 | 0.53 | 0.38 |
| Hex | 2D | 94 | 3E | 46 | 0 | 3A | 2A | 82 | 35 | 26 |
| Octal | 55 | 224 | 76 | 106 | 0 | 72 | 52 | 202 | 65 | 46 |
| Binary | 101101 | 10010100 | 111110 | 1000110 | 0 | 111010 | 101010 | 10000010 | 110101 | 100110 |
Color Harmonies of #2D943E
Complementary color
Monochromatic Colors of #2D943E
Black with #2D943E
Text Example
Text Example
White with #2D943E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D943E; }
p { color: rgb(45,148,62); }
H1.HeaderClassName
{
color: #2D943E;
}
.AnyTagClassName
{
color: #2D943E;
}
</style>
background-color css
<style>
a { background-color: #2D943E; }
a { background-color: rgb(45,148,62); }
div.DivClassName
{
background-color: #2D943E;
}
.BgClassName
{
background-color: #2D943E;
}
</style>
border-color css
<style>
span { border-color: #2D943E; }
span { border-color: rgb(45,148,62); }
td.TdClassName
{
border-color: #2D943E;
}
.TagClassName
{
border-color: #2D943E;
}
</style>