Shades of Eucalyptus #2FA665
Tints of Eucalyptus #2FA665
RGB
CMYK
RGB Variations
Color information
#2FA665 (or 0x2FA665) is known color: Eucalyptus. HEX triplet: 2F, A6 and 65. RGB value is (47,166,101). Sum of RGB (Red+Green+Blue) = 47+166+101=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 166 (65.23% from 255 or 52.87% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 166 - color contains mainly: green. Hex color #2FA665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA665 is #D0599A. Grayscale: #7B7B7B. Windows color (decimal): -13654427 or 6661679. OLE color: 6661679.
HSL color Cylindrical-coordinate representation of color #2FA665: hue angle of 147.23º 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 #2FA665 is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 166 | 101 | - |
| CMYK | 0.72 | 0 | 0.39 | 0.35 |
| HSL | 147.23º | 0.56% | 0.42% | - |
| HSV(B) | 147.23º | 0.72% | 0.65% | - |
| XYZ | 17.16 | 28.82 | 16.97 | - |
| YUV | 123.01 | 115.58 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 166 | 101 | 0.72 | 0 | 0.39 | 0.35 | 147.23 | 0.56 | 0.42 |
| Hex | 2F | A6 | 65 | 48 | 0 | 27 | 23 | 93 | 38 | 2A |
| Octal | 57 | 246 | 145 | 110 | 0 | 47 | 43 | 223 | 70 | 52 |
| Binary | 101111 | 10100110 | 1100101 | 1001000 | 0 | 100111 | 100011 | 10010011 | 111000 | 101010 |
Color Harmonies of #2FA665
Complementary color
Monochromatic Colors of #2FA665
Black with #2FA665
Text Example
Text Example
White with #2FA665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA665; }
p { color: rgb(47,166,101); }
H1.HeaderClassName
{
color: #2FA665;
}
.AnyTagClassName
{
color: #2FA665;
}
</style>
background-color css
<style>
a { background-color: #2FA665; }
a { background-color: rgb(47,166,101); }
div.DivClassName
{
background-color: #2FA665;
}
.BgClassName
{
background-color: #2FA665;
}
</style>
border-color css
<style>
span { border-color: #2FA665; }
span { border-color: rgb(47,166,101); }
td.TdClassName
{
border-color: #2FA665;
}
.TagClassName
{
border-color: #2FA665;
}
</style>