Shades of Forest Green #2FA523
Tints of Forest Green #2FA523
RGB
CMYK
RGB Variations
Color information
#2FA523 (or 0x2FA523) is known color: Forest Green. HEX triplet: 2F, A5 and 23. RGB value is (47,165,35). Sum of RGB (Red+Green+Blue) = 47+165+35=247 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.03% from 247); Green value is 165 (64.84% from 255 or 66.80% from 247); Blue value is 35 (14.06% from 255 or 14.17% from 247); Max value from RGB is 165 - color contains mainly: green. Hex color #2FA523 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA523 is #D05ADC. Grayscale: #737373. Windows color (decimal): -13654749 or 2336047. OLE color: 2336047.
HSL color Cylindrical-coordinate representation of color #2FA523: hue angle of 114.46º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FA523 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 165 | 35 | - |
| CMYK | 0.72 | 0 | 0.79 | 0.35 |
| HSL | 114.46º | 0.65% | 0.39% | - |
| HSV(B) | 114.46º | 0.79% | 0.65% | - |
| XYZ | 14.93 | 27.64 | 6.14 | - |
| YUV | 114.9 | 82.91 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 165 | 35 | 0.72 | 0 | 0.79 | 0.35 | 114.46 | 0.65 | 0.39 |
| Hex | 2F | A5 | 23 | 48 | 0 | 4F | 23 | 72 | 41 | 27 |
| Octal | 57 | 245 | 43 | 110 | 0 | 117 | 43 | 162 | 101 | 47 |
| Binary | 101111 | 10100101 | 100011 | 1001000 | 0 | 1001111 | 100011 | 1110010 | 1000001 | 100111 |
Color Harmonies of #2FA523
Complementary color
Monochromatic Colors of #2FA523
Black with #2FA523
Text Example
Text Example
White with #2FA523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA523; }
p { color: rgb(47,165,35); }
H1.HeaderClassName
{
color: #2FA523;
}
.AnyTagClassName
{
color: #2FA523;
}
</style>
background-color css
<style>
a { background-color: #2FA523; }
a { background-color: rgb(47,165,35); }
div.DivClassName
{
background-color: #2FA523;
}
.BgClassName
{
background-color: #2FA523;
}
</style>
border-color css
<style>
span { border-color: #2FA523; }
span { border-color: rgb(47,165,35); }
td.TdClassName
{
border-color: #2FA523;
}
.TagClassName
{
border-color: #2FA523;
}
</style>