Shades of Forest Green #2FA521
Tints of Forest Green #2FA521
RGB
CMYK
RGB Variations
Color information
#2FA521 (or 0x2FA521) is known color: Forest Green. HEX triplet: 2F, A5 and 21. RGB value is (47,165,33). Sum of RGB (Red+Green+Blue) = 47+165+33=245 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.18% from 245); Green value is 165 (64.84% from 255 or 67.35% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 165 - color contains mainly: green. Hex color #2FA521 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA521 is #D05ADE. Grayscale: #737373. Windows color (decimal): -13654751 or 2204975. OLE color: 2204975.
HSL color Cylindrical-coordinate representation of color #2FA521: hue angle of 113.64º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FA521 is Cyan = 0.72, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 165 | 33 | - |
| CMYK | 0.72 | 0 | 0.8 | 0.35 |
| HSL | 113.64º | 0.67% | 0.39% | - |
| HSV(B) | 113.64º | 0.8% | 0.65% | - |
| XYZ | 14.9 | 27.62 | 5.99 | - |
| YUV | 114.67 | 81.91 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 165 | 33 | 0.72 | 0 | 0.8 | 0.35 | 113.64 | 0.67 | 0.39 |
| Hex | 2F | A5 | 21 | 48 | 0 | 50 | 23 | 72 | 43 | 27 |
| Octal | 57 | 245 | 41 | 110 | 0 | 120 | 43 | 162 | 103 | 47 |
| Binary | 101111 | 10100101 | 100001 | 1001000 | 0 | 1010000 | 100011 | 1110010 | 1000011 | 100111 |
Color Harmonies of #2FA521
Complementary color
Monochromatic Colors of #2FA521
Black with #2FA521
Text Example
Text Example
White with #2FA521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA521; }
p { color: rgb(47,165,33); }
H1.HeaderClassName
{
color: #2FA521;
}
.AnyTagClassName
{
color: #2FA521;
}
</style>
background-color css
<style>
a { background-color: #2FA521; }
a { background-color: rgb(47,165,33); }
div.DivClassName
{
background-color: #2FA521;
}
.BgClassName
{
background-color: #2FA521;
}
</style>
border-color css
<style>
span { border-color: #2FA521; }
span { border-color: rgb(47,165,33); }
td.TdClassName
{
border-color: #2FA521;
}
.TagClassName
{
border-color: #2FA521;
}
</style>