Shades of Eucalyptus #2FA66B
Tints of Eucalyptus #2FA66B
RGB
CMYK
RGB Variations
Color information
#2FA66B (or 0x2FA66B) is known color: Eucalyptus. HEX triplet: 2F, A6 and 6B. RGB value is (47,166,107). Sum of RGB (Red+Green+Blue) = 47+166+107=320 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.69% from 320); Green value is 166 (65.23% from 255 or 51.88% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 166 - color contains mainly: green. Hex color #2FA66B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA66B is #D05994. Grayscale: #7B7B7B. Windows color (decimal): -13654421 or 7054895. OLE color: 7054895.
HSL color Cylindrical-coordinate representation of color #2FA66B: hue angle of 150.25º 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 #2FA66B is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 166 | 107 | - |
| CMYK | 0.72 | 0 | 0.36 | 0.35 |
| HSL | 150.25º | 0.56% | 0.42% | - |
| HSV(B) | 150.25º | 0.72% | 0.65% | - |
| XYZ | 17.46 | 28.94 | 18.58 | - |
| YUV | 123.69 | 118.58 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 166 | 107 | 0.72 | 0 | 0.36 | 0.35 | 150.25 | 0.56 | 0.42 |
| Hex | 2F | A6 | 6B | 48 | 0 | 24 | 23 | 96 | 38 | 2A |
| Octal | 57 | 246 | 153 | 110 | 0 | 44 | 43 | 226 | 70 | 52 |
| Binary | 101111 | 10100110 | 1101011 | 1001000 | 0 | 100100 | 100011 | 10010110 | 111000 | 101010 |
Color Harmonies of #2FA66B
Complementary color
Monochromatic Colors of #2FA66B
Black with #2FA66B
Text Example
Text Example
White with #2FA66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA66B; }
p { color: rgb(47,166,107); }
H1.HeaderClassName
{
color: #2FA66B;
}
.AnyTagClassName
{
color: #2FA66B;
}
</style>
background-color css
<style>
a { background-color: #2FA66B; }
a { background-color: rgb(47,166,107); }
div.DivClassName
{
background-color: #2FA66B;
}
.BgClassName
{
background-color: #2FA66B;
}
</style>
border-color css
<style>
span { border-color: #2FA66B; }
span { border-color: rgb(47,166,107); }
td.TdClassName
{
border-color: #2FA66B;
}
.TagClassName
{
border-color: #2FA66B;
}
</style>