Shades of Eucalyptus #2FA35F
Tints of Eucalyptus #2FA35F
RGB
CMYK
RGB Variations
Color information
#2FA35F (or 0x2FA35F) is known color: Eucalyptus. HEX triplet: 2F, A3 and 5F. RGB value is (47,163,95). Sum of RGB (Red+Green+Blue) = 47+163+95=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 163 (64.06% from 255 or 53.44% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 163 - color contains mainly: green. Hex color #2FA35F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA35F is #D05CA0. Grayscale: #787878. Windows color (decimal): -13655201 or 6267695. OLE color: 6267695.
HSL color Cylindrical-coordinate representation of color #2FA35F: hue angle of 144.83º 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 #2FA35F is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 163 | 95 | - |
| CMYK | 0.71 | 0 | 0.42 | 0.36 |
| HSL | 144.83º | 0.55% | 0.41% | - |
| HSV(B) | 144.83º | 0.71% | 0.64% | - |
| XYZ | 16.34 | 27.62 | 15.3 | - |
| YUV | 120.56 | 113.57 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 163 | 95 | 0.71 | 0 | 0.42 | 0.36 | 144.83 | 0.55 | 0.41 |
| Hex | 2F | A3 | 5F | 47 | 0 | 2A | 24 | 91 | 37 | 29 |
| Octal | 57 | 243 | 137 | 107 | 0 | 52 | 44 | 221 | 67 | 51 |
| Binary | 101111 | 10100011 | 1011111 | 1000111 | 0 | 101010 | 100100 | 10010001 | 110111 | 101001 |
Color Harmonies of #2FA35F
Complementary color
Monochromatic Colors of #2FA35F
Black with #2FA35F
Text Example
Text Example
White with #2FA35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA35F; }
p { color: rgb(47,163,95); }
H1.HeaderClassName
{
color: #2FA35F;
}
.AnyTagClassName
{
color: #2FA35F;
}
</style>
background-color css
<style>
a { background-color: #2FA35F; }
a { background-color: rgb(47,163,95); }
div.DivClassName
{
background-color: #2FA35F;
}
.BgClassName
{
background-color: #2FA35F;
}
</style>
border-color css
<style>
span { border-color: #2FA35F; }
span { border-color: rgb(47,163,95); }
td.TdClassName
{
border-color: #2FA35F;
}
.TagClassName
{
border-color: #2FA35F;
}
</style>