Shades of Eucalyptus #2FAC61
Tints of Eucalyptus #2FAC61
RGB
CMYK
RGB Variations
Color information
#2FAC61 (or 0x2FAC61) is known color: Eucalyptus. HEX triplet: 2F, AC and 61. RGB value is (47,172,97). Sum of RGB (Red+Green+Blue) = 47+172+97=316 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.87% from 316); Green value is 172 (67.58% from 255 or 54.43% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAC61 is #D0539E. Grayscale: #7E7E7E. Windows color (decimal): -13652895 or 6401071. OLE color: 6401071.
HSL color Cylindrical-coordinate representation of color #2FAC61: hue angle of 144º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAC61 is Cyan = 0.73, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 172 | 97 | - |
| CMYK | 0.73 | 0 | 0.44 | 0.33 |
| HSL | 144º | 0.57% | 0.43% | - |
| HSV(B) | 144º | 0.73% | 0.67% | - |
| XYZ | 18.08 | 30.97 | 16.33 | - |
| YUV | 126.08 | 111.59 | 71.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 172 | 97 | 0.73 | 0 | 0.44 | 0.33 | 144 | 0.57 | 0.43 |
| Hex | 2F | AC | 61 | 49 | 0 | 2C | 21 | 90 | 39 | 2B |
| Octal | 57 | 254 | 141 | 111 | 0 | 54 | 41 | 220 | 71 | 53 |
| Binary | 101111 | 10101100 | 1100001 | 1001001 | 0 | 101100 | 100001 | 10010000 | 111001 | 101011 |
Color Harmonies of #2FAC61
Complementary color
Monochromatic Colors of #2FAC61
Black with #2FAC61
Text Example
Text Example
White with #2FAC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAC61; }
p { color: rgb(47,172,97); }
H1.HeaderClassName
{
color: #2FAC61;
}
.AnyTagClassName
{
color: #2FAC61;
}
</style>
background-color css
<style>
a { background-color: #2FAC61; }
a { background-color: rgb(47,172,97); }
div.DivClassName
{
background-color: #2FAC61;
}
.BgClassName
{
background-color: #2FAC61;
}
</style>
border-color css
<style>
span { border-color: #2FAC61; }
span { border-color: rgb(47,172,97); }
td.TdClassName
{
border-color: #2FAC61;
}
.TagClassName
{
border-color: #2FAC61;
}
</style>