Shades of Eucalyptus #2FA468
Tints of Eucalyptus #2FA468
RGB
CMYK
RGB Variations
Color information
#2FA468 (or 0x2FA468) is known color: Eucalyptus. HEX triplet: 2F, A4 and 68. RGB value is (47,164,104). Sum of RGB (Red+Green+Blue) = 47+164+104=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 164 (64.45% from 255 or 52.06% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 164 - color contains mainly: green. Hex color #2FA468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA468 is #D05B97. Grayscale: #7A7A7A. Windows color (decimal): -13654936 or 6857775. OLE color: 6857775.
HSL color Cylindrical-coordinate representation of color #2FA468: hue angle of 149.23º 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 #2FA468 is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 164 | 104 | - |
| CMYK | 0.71 | 0 | 0.37 | 0.36 |
| HSL | 149.23º | 0.55% | 0.41% | - |
| HSV(B) | 149.23º | 0.71% | 0.64% | - |
| XYZ | 16.95 | 28.15 | 17.64 | - |
| YUV | 122.18 | 117.74 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 164 | 104 | 0.71 | 0 | 0.37 | 0.36 | 149.23 | 0.55 | 0.41 |
| Hex | 2F | A4 | 68 | 47 | 0 | 25 | 24 | 95 | 37 | 29 |
| Octal | 57 | 244 | 150 | 107 | 0 | 45 | 44 | 225 | 67 | 51 |
| Binary | 101111 | 10100100 | 1101000 | 1000111 | 0 | 100101 | 100100 | 10010101 | 110111 | 101001 |
Color Harmonies of #2FA468
Complementary color
Monochromatic Colors of #2FA468
Black with #2FA468
Text Example
Text Example
White with #2FA468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA468; }
p { color: rgb(47,164,104); }
H1.HeaderClassName
{
color: #2FA468;
}
.AnyTagClassName
{
color: #2FA468;
}
</style>
background-color css
<style>
a { background-color: #2FA468; }
a { background-color: rgb(47,164,104); }
div.DivClassName
{
background-color: #2FA468;
}
.BgClassName
{
background-color: #2FA468;
}
</style>
border-color css
<style>
span { border-color: #2FA468; }
span { border-color: rgb(47,164,104); }
td.TdClassName
{
border-color: #2FA468;
}
.TagClassName
{
border-color: #2FA468;
}
</style>