Shades of Eucalyptus #2FA661
Tints of Eucalyptus #2FA661
RGB
CMYK
RGB Variations
Color information
#2FA661 (or 0x2FA661) is known color: Eucalyptus. HEX triplet: 2F, A6 and 61. RGB value is (47,166,97). Sum of RGB (Red+Green+Blue) = 47+166+97=310 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.16% from 310); Green value is 166 (65.23% from 255 or 53.55% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 166 - color contains mainly: green. Hex color #2FA661 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA661 is #D0599E. Grayscale: #7A7A7A. Windows color (decimal): -13654431 or 6399535. OLE color: 6399535.
HSL color Cylindrical-coordinate representation of color #2FA661: hue angle of 145.21º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FA661 is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 166 | 97 | - |
| CMYK | 0.72 | 0 | 0.42 | 0.35 |
| HSL | 145.21º | 0.56% | 0.42% | - |
| HSV(B) | 145.21º | 0.72% | 0.65% | - |
| XYZ | 16.97 | 28.74 | 15.96 | - |
| YUV | 122.55 | 113.58 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 166 | 97 | 0.72 | 0 | 0.42 | 0.35 | 145.21 | 0.56 | 0.42 |
| Hex | 2F | A6 | 61 | 48 | 0 | 2A | 23 | 91 | 38 | 2A |
| Octal | 57 | 246 | 141 | 110 | 0 | 52 | 43 | 221 | 70 | 52 |
| Binary | 101111 | 10100110 | 1100001 | 1001000 | 0 | 101010 | 100011 | 10010001 | 111000 | 101010 |
Color Harmonies of #2FA661
Complementary color
Monochromatic Colors of #2FA661
Black with #2FA661
Text Example
Text Example
White with #2FA661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA661; }
p { color: rgb(47,166,97); }
H1.HeaderClassName
{
color: #2FA661;
}
.AnyTagClassName
{
color: #2FA661;
}
</style>
background-color css
<style>
a { background-color: #2FA661; }
a { background-color: rgb(47,166,97); }
div.DivClassName
{
background-color: #2FA661;
}
.BgClassName
{
background-color: #2FA661;
}
</style>
border-color css
<style>
span { border-color: #2FA661; }
span { border-color: rgb(47,166,97); }
td.TdClassName
{
border-color: #2FA661;
}
.TagClassName
{
border-color: #2FA661;
}
</style>