Shades of Eucalyptus #2FAA5B
Tints of Eucalyptus #2FAA5B
RGB
CMYK
RGB Variations
Color information
#2FAA5B (or 0x2FAA5B) is known color: Eucalyptus. HEX triplet: 2F, AA and 5B. RGB value is (47,170,91). Sum of RGB (Red+Green+Blue) = 47+170+91=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 170 (66.80% from 255 or 55.19% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAA5B is #D055A4. Grayscale: #7C7C7C. Windows color (decimal): -13653413 or 6007343. OLE color: 6007343.
HSL color Cylindrical-coordinate representation of color #2FAA5B: hue angle of 141.46º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FAA5B is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 170 | 91 | - |
| CMYK | 0.72 | 0 | 0.46 | 0.33 |
| HSL | 141.46º | 0.57% | 0.43% | - |
| HSV(B) | 141.46º | 0.72% | 0.67% | - |
| XYZ | 17.44 | 30.11 | 14.79 | - |
| YUV | 124.22 | 109.25 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 91 | 0.72 | 0 | 0.46 | 0.33 | 141.46 | 0.57 | 0.43 |
| Hex | 2F | AA | 5B | 48 | 0 | 2E | 21 | 8D | 39 | 2B |
| Octal | 57 | 252 | 133 | 110 | 0 | 56 | 41 | 215 | 71 | 53 |
| Binary | 101111 | 10101010 | 1011011 | 1001000 | 0 | 101110 | 100001 | 10001101 | 111001 | 101011 |
Color Harmonies of #2FAA5B
Complementary color
Monochromatic Colors of #2FAA5B
Black with #2FAA5B
Text Example
Text Example
White with #2FAA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAA5B; }
p { color: rgb(47,170,91); }
H1.HeaderClassName
{
color: #2FAA5B;
}
.AnyTagClassName
{
color: #2FAA5B;
}
</style>
background-color css
<style>
a { background-color: #2FAA5B; }
a { background-color: rgb(47,170,91); }
div.DivClassName
{
background-color: #2FAA5B;
}
.BgClassName
{
background-color: #2FAA5B;
}
</style>
border-color css
<style>
span { border-color: #2FAA5B; }
span { border-color: rgb(47,170,91); }
td.TdClassName
{
border-color: #2FAA5B;
}
.TagClassName
{
border-color: #2FAA5B;
}
</style>