Shades of Eucalyptus #2FA163
Tints of Eucalyptus #2FA163
RGB
CMYK
RGB Variations
Color information
#2FA163 (or 0x2FA163) is known color: Eucalyptus. HEX triplet: 2F, A1 and 63. RGB value is (47,161,99). Sum of RGB (Red+Green+Blue) = 47+161+99=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 161 (63.28% from 255 or 52.44% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 161 - color contains mainly: green. Hex color #2FA163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA163 is #D05E9C. Grayscale: #777777. Windows color (decimal): -13655709 or 6529327. OLE color: 6529327.
HSL color Cylindrical-coordinate representation of color #2FA163: hue angle of 147.37º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2FA163 is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 47 | 161 | 99 | - |
| CMYK | 0.71 | 0 | 0.39 | 0.37 |
| HSL | 147.37º | 0.55% | 0.41% | - |
| HSV(B) | 147.37º | 0.71% | 0.63% | - |
| XYZ | 16.17 | 26.99 | 16.16 | - |
| YUV | 119.85 | 116.23 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 161 | 99 | 0.71 | 0 | 0.39 | 0.37 | 147.37 | 0.55 | 0.41 |
| Hex | 2F | A1 | 63 | 47 | 0 | 27 | 25 | 93 | 37 | 29 |
| Octal | 57 | 241 | 143 | 107 | 0 | 47 | 45 | 223 | 67 | 51 |
| Binary | 101111 | 10100001 | 1100011 | 1000111 | 0 | 100111 | 100101 | 10010011 | 110111 | 101001 |
Color Harmonies of #2FA163
Complementary color
Monochromatic Colors of #2FA163
Black with #2FA163
Text Example
Text Example
White with #2FA163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA163; }
p { color: rgb(47,161,99); }
H1.HeaderClassName
{
color: #2FA163;
}
.AnyTagClassName
{
color: #2FA163;
}
</style>
background-color css
<style>
a { background-color: #2FA163; }
a { background-color: rgb(47,161,99); }
div.DivClassName
{
background-color: #2FA163;
}
.BgClassName
{
background-color: #2FA163;
}
</style>
border-color css
<style>
span { border-color: #2FA163; }
span { border-color: rgb(47,161,99); }
td.TdClassName
{
border-color: #2FA163;
}
.TagClassName
{
border-color: #2FA163;
}
</style>