Shades of Eucalyptus #2FA666
Tints of Eucalyptus #2FA666
RGB
CMYK
RGB Variations
Color information
#2FA666 (or 0x2FA666) is known color: Eucalyptus. HEX triplet: 2F, A6 and 66. RGB value is (47,166,102). Sum of RGB (Red+Green+Blue) = 47+166+102=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 166 (65.23% from 255 or 52.70% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 166 - color contains mainly: green. Hex color #2FA666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA666 is #D05999. Grayscale: #7B7B7B. Windows color (decimal): -13654426 or 6727215. OLE color: 6727215.
HSL color Cylindrical-coordinate representation of color #2FA666: hue angle of 147.73º 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 #2FA666 is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 166 | 102 | - |
| CMYK | 0.72 | 0 | 0.39 | 0.35 |
| HSL | 147.73º | 0.56% | 0.42% | - |
| HSV(B) | 147.73º | 0.72% | 0.65% | - |
| XYZ | 17.21 | 28.84 | 17.23 | - |
| YUV | 123.12 | 116.08 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 166 | 102 | 0.72 | 0 | 0.39 | 0.35 | 147.73 | 0.56 | 0.42 |
| Hex | 2F | A6 | 66 | 48 | 0 | 27 | 23 | 94 | 38 | 2A |
| Octal | 57 | 246 | 146 | 110 | 0 | 47 | 43 | 224 | 70 | 52 |
| Binary | 101111 | 10100110 | 1100110 | 1001000 | 0 | 100111 | 100011 | 10010100 | 111000 | 101010 |
Color Harmonies of #2FA666
Complementary color
Monochromatic Colors of #2FA666
Black with #2FA666
Text Example
Text Example
White with #2FA666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA666; }
p { color: rgb(47,166,102); }
H1.HeaderClassName
{
color: #2FA666;
}
.AnyTagClassName
{
color: #2FA666;
}
</style>
background-color css
<style>
a { background-color: #2FA666; }
a { background-color: rgb(47,166,102); }
div.DivClassName
{
background-color: #2FA666;
}
.BgClassName
{
background-color: #2FA666;
}
</style>
border-color css
<style>
span { border-color: #2FA666; }
span { border-color: rgb(47,166,102); }
td.TdClassName
{
border-color: #2FA666;
}
.TagClassName
{
border-color: #2FA666;
}
</style>