Shades of Eucalyptus #2FA36D
Tints of Eucalyptus #2FA36D
RGB
CMYK
RGB Variations
Color information
#2FA36D (or 0x2FA36D) is known color: Eucalyptus. HEX triplet: 2F, A3 and 6D. RGB value is (47,163,109). Sum of RGB (Red+Green+Blue) = 47+163+109=319 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.73% from 319); Green value is 163 (64.06% from 255 or 51.10% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 163 - color contains mainly: green. Hex color #2FA36D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA36D is #D05C92. Grayscale: #7A7A7A. Windows color (decimal): -13655187 or 7185199. OLE color: 7185199.
HSL color Cylindrical-coordinate representation of color #2FA36D: hue angle of 152.07º 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 #2FA36D is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 163 | 109 | - |
| CMYK | 0.71 | 0 | 0.33 | 0.36 |
| HSL | 152.07º | 0.55% | 0.41% | - |
| HSV(B) | 152.07º | 0.71% | 0.64% | - |
| XYZ | 17.03 | 27.9 | 18.96 | - |
| YUV | 122.16 | 120.57 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 163 | 109 | 0.71 | 0 | 0.33 | 0.36 | 152.07 | 0.55 | 0.41 |
| Hex | 2F | A3 | 6D | 47 | 0 | 21 | 24 | 98 | 37 | 29 |
| Octal | 57 | 243 | 155 | 107 | 0 | 41 | 44 | 230 | 67 | 51 |
| Binary | 101111 | 10100011 | 1101101 | 1000111 | 0 | 100001 | 100100 | 10011000 | 110111 | 101001 |
Color Harmonies of #2FA36D
Complementary color
Monochromatic Colors of #2FA36D
Black with #2FA36D
Text Example
Text Example
White with #2FA36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA36D; }
p { color: rgb(47,163,109); }
H1.HeaderClassName
{
color: #2FA36D;
}
.AnyTagClassName
{
color: #2FA36D;
}
</style>
background-color css
<style>
a { background-color: #2FA36D; }
a { background-color: rgb(47,163,109); }
div.DivClassName
{
background-color: #2FA36D;
}
.BgClassName
{
background-color: #2FA36D;
}
</style>
border-color css
<style>
span { border-color: #2FA36D; }
span { border-color: rgb(47,163,109); }
td.TdClassName
{
border-color: #2FA36D;
}
.TagClassName
{
border-color: #2FA36D;
}
</style>