Shades of Eucalyptus #2FA46A
Tints of Eucalyptus #2FA46A
RGB
CMYK
RGB Variations
Color information
#2FA46A (or 0x2FA46A) is known color: Eucalyptus. HEX triplet: 2F, A4 and 6A. RGB value is (47,164,106). Sum of RGB (Red+Green+Blue) = 47+164+106=317 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.83% from 317); Green value is 164 (64.45% from 255 or 51.74% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 164 - color contains mainly: green. Hex color #2FA46A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA46A is #D05B95. Grayscale: #7A7A7A. Windows color (decimal): -13654934 or 6988847. OLE color: 6988847.
HSL color Cylindrical-coordinate representation of color #2FA46A: hue angle of 150.26º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2FA46A is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 164 | 106 | - |
| CMYK | 0.71 | 0 | 0.35 | 0.36 |
| HSL | 150.26º | 0.55% | 0.41% | - |
| HSV(B) | 150.26º | 0.71% | 0.64% | - |
| XYZ | 17.05 | 28.2 | 18.18 | - |
| YUV | 122.41 | 118.74 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 164 | 106 | 0.71 | 0 | 0.35 | 0.36 | 150.26 | 0.55 | 0.41 |
| Hex | 2F | A4 | 6A | 47 | 0 | 23 | 24 | 96 | 37 | 29 |
| Octal | 57 | 244 | 152 | 107 | 0 | 43 | 44 | 226 | 67 | 51 |
| Binary | 101111 | 10100100 | 1101010 | 1000111 | 0 | 100011 | 100100 | 10010110 | 110111 | 101001 |
Color Harmonies of #2FA46A
Complementary color
Monochromatic Colors of #2FA46A
Black with #2FA46A
Text Example
Text Example
White with #2FA46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA46A; }
p { color: rgb(47,164,106); }
H1.HeaderClassName
{
color: #2FA46A;
}
.AnyTagClassName
{
color: #2FA46A;
}
</style>
background-color css
<style>
a { background-color: #2FA46A; }
a { background-color: rgb(47,164,106); }
div.DivClassName
{
background-color: #2FA46A;
}
.BgClassName
{
background-color: #2FA46A;
}
</style>
border-color css
<style>
span { border-color: #2FA46A; }
span { border-color: rgb(47,164,106); }
td.TdClassName
{
border-color: #2FA46A;
}
.TagClassName
{
border-color: #2FA46A;
}
</style>