Shades of Eucalyptus #2FA35E
Tints of Eucalyptus #2FA35E
RGB
CMYK
RGB Variations
Color information
#2FA35E (or 0x2FA35E) is known color: Eucalyptus. HEX triplet: 2F, A3 and 5E. RGB value is (47,163,94). Sum of RGB (Red+Green+Blue) = 47+163+94=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 163 (64.06% from 255 or 53.62% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 163 - color contains mainly: green. Hex color #2FA35E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA35E is #D05CA1. Grayscale: #787878. Windows color (decimal): -13655202 or 6202159. OLE color: 6202159.
HSL color Cylindrical-coordinate representation of color #2FA35E: hue angle of 144.31º 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 #2FA35E is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 163 | 94 | - |
| CMYK | 0.71 | 0 | 0.42 | 0.36 |
| HSL | 144.31º | 0.55% | 0.41% | - |
| HSV(B) | 144.31º | 0.71% | 0.64% | - |
| XYZ | 16.29 | 27.61 | 15.06 | - |
| YUV | 120.45 | 113.07 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 163 | 94 | 0.71 | 0 | 0.42 | 0.36 | 144.31 | 0.55 | 0.41 |
| Hex | 2F | A3 | 5E | 47 | 0 | 2A | 24 | 90 | 37 | 29 |
| Octal | 57 | 243 | 136 | 107 | 0 | 52 | 44 | 220 | 67 | 51 |
| Binary | 101111 | 10100011 | 1011110 | 1000111 | 0 | 101010 | 100100 | 10010000 | 110111 | 101001 |
Color Harmonies of #2FA35E
Complementary color
Monochromatic Colors of #2FA35E
Black with #2FA35E
Text Example
Text Example
White with #2FA35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA35E; }
p { color: rgb(47,163,94); }
H1.HeaderClassName
{
color: #2FA35E;
}
.AnyTagClassName
{
color: #2FA35E;
}
</style>
background-color css
<style>
a { background-color: #2FA35E; }
a { background-color: rgb(47,163,94); }
div.DivClassName
{
background-color: #2FA35E;
}
.BgClassName
{
background-color: #2FA35E;
}
</style>
border-color css
<style>
span { border-color: #2FA35E; }
span { border-color: rgb(47,163,94); }
td.TdClassName
{
border-color: #2FA35E;
}
.TagClassName
{
border-color: #2FA35E;
}
</style>