Shades of Forest Green #2FAB25
Tints of Forest Green #2FAB25
RGB
CMYK
RGB Variations
Color information
#2FAB25 (or 0x2FAB25) is known color: Forest Green. HEX triplet: 2F, AB and 25. RGB value is (47,171,37). Sum of RGB (Red+Green+Blue) = 47+171+37=255 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.43% from 255); Green value is 171 (67.19% from 255 or 67.06% from 255); Blue value is 37 (14.84% from 255 or 14.51% from 255); Max value from RGB is 171 - color contains mainly: green. Hex color #2FAB25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAB25 is #D054DA. Grayscale: #777777. Windows color (decimal): -13653211 or 2468655. OLE color: 2468655.
HSL color Cylindrical-coordinate representation of color #2FAB25: hue angle of 115.52º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FAB25 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 171 | 37 | - |
| CMYK | 0.73 | 0 | 0.78 | 0.33 |
| HSL | 115.52º | 0.64% | 0.41% | - |
| HSV(B) | 115.52º | 0.78% | 0.67% | - |
| XYZ | 16.07 | 29.86 | 6.67 | - |
| YUV | 118.65 | 81.92 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 171 | 37 | 0.73 | 0 | 0.78 | 0.33 | 115.52 | 0.64 | 0.41 |
| Hex | 2F | AB | 25 | 49 | 0 | 4E | 21 | 74 | 40 | 29 |
| Octal | 57 | 253 | 45 | 111 | 0 | 116 | 41 | 164 | 100 | 51 |
| Binary | 101111 | 10101011 | 100101 | 1001001 | 0 | 1001110 | 100001 | 1110100 | 1000000 | 101001 |
Color Harmonies of #2FAB25
Complementary color
Monochromatic Colors of #2FAB25
Black with #2FAB25
Text Example
Text Example
White with #2FAB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAB25; }
p { color: rgb(47,171,37); }
H1.HeaderClassName
{
color: #2FAB25;
}
.AnyTagClassName
{
color: #2FAB25;
}
</style>
background-color css
<style>
a { background-color: #2FAB25; }
a { background-color: rgb(47,171,37); }
div.DivClassName
{
background-color: #2FAB25;
}
.BgClassName
{
background-color: #2FAB25;
}
</style>
border-color css
<style>
span { border-color: #2FAB25; }
span { border-color: rgb(47,171,37); }
td.TdClassName
{
border-color: #2FAB25;
}
.TagClassName
{
border-color: #2FAB25;
}
</style>