Shades of Forest Green #2FAC23
Tints of Forest Green #2FAC23
RGB
CMYK
RGB Variations
Color information
#2FAC23 (or 0x2FAC23) is known color: Forest Green. HEX triplet: 2F, AC and 23. RGB value is (47,172,35). Sum of RGB (Red+Green+Blue) = 47+172+35=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 172 (67.58% from 255 or 67.72% from 254); Blue value is 35 (14.06% from 255 or 13.78% from 254); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC23 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAC23 is #D053DC. Grayscale: #777777. Windows color (decimal): -13652957 or 2337839. OLE color: 2337839.
HSL color Cylindrical-coordinate representation of color #2FAC23: hue angle of 114.74º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FAC23 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 172 | 35 | - |
| CMYK | 0.73 | 0 | 0.80 | 0.33 |
| HSL | 114.74º | 0.66% | 0.41% | - |
| HSV(B) | 114.74º | 0.8% | 0.67% | - |
| XYZ | 16.23 | 30.23 | 6.57 | - |
| YUV | 119.01 | 80.59 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 172 | 35 | 0.73 | 0 | 0.80 | 0.33 | 114.74 | 0.66 | 0.41 |
| Hex | 2F | AC | 23 | 49 | 0 | 50 | 21 | 73 | 42 | 29 |
| Octal | 57 | 254 | 43 | 111 | 0 | 120 | 41 | 163 | 102 | 51 |
| Binary | 101111 | 10101100 | 100011 | 1001001 | 0 | 1010000 | 100001 | 1110011 | 1000010 | 101001 |
Color Harmonies of #2FAC23
Complementary color
Monochromatic Colors of #2FAC23
Black with #2FAC23
Text Example
Text Example
White with #2FAC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAC23; }
p { color: rgb(47,172,35); }
H1.HeaderClassName
{
color: #2FAC23;
}
.AnyTagClassName
{
color: #2FAC23;
}
</style>
background-color css
<style>
a { background-color: #2FAC23; }
a { background-color: rgb(47,172,35); }
div.DivClassName
{
background-color: #2FAC23;
}
.BgClassName
{
background-color: #2FAC23;
}
</style>
border-color css
<style>
span { border-color: #2FAC23; }
span { border-color: rgb(47,172,35); }
td.TdClassName
{
border-color: #2FAC23;
}
.TagClassName
{
border-color: #2FAC23;
}
</style>