Shades of Eucalyptus #2FA45B
Tints of Eucalyptus #2FA45B
RGB
CMYK
RGB Variations
Color information
#2FA45B (or 0x2FA45B) is known color: Eucalyptus. HEX triplet: 2F, A4 and 5B. RGB value is (47,164,91). Sum of RGB (Red+Green+Blue) = 47+164+91=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 164 (64.45% from 255 or 54.30% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 164 - color contains mainly: green. Hex color #2FA45B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA45B is #D05BA4. Grayscale: #787878. Windows color (decimal): -13654949 or 6005807. OLE color: 6005807.
HSL color Cylindrical-coordinate representation of color #2FA45B: hue angle of 142.56º 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 #2FA45B is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 164 | 91 | - |
| CMYK | 0.71 | 0 | 0.45 | 0.36 |
| HSL | 142.56º | 0.55% | 0.41% | - |
| HSV(B) | 142.56º | 0.71% | 0.64% | - |
| XYZ | 16.34 | 27.91 | 14.42 | - |
| YUV | 120.7 | 111.24 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 164 | 91 | 0.71 | 0 | 0.45 | 0.36 | 142.56 | 0.55 | 0.41 |
| Hex | 2F | A4 | 5B | 47 | 0 | 2D | 24 | 8F | 37 | 29 |
| Octal | 57 | 244 | 133 | 107 | 0 | 55 | 44 | 217 | 67 | 51 |
| Binary | 101111 | 10100100 | 1011011 | 1000111 | 0 | 101101 | 100100 | 10001111 | 110111 | 101001 |
Color Harmonies of #2FA45B
Complementary color
Monochromatic Colors of #2FA45B
Black with #2FA45B
Text Example
Text Example
White with #2FA45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA45B; }
p { color: rgb(47,164,91); }
H1.HeaderClassName
{
color: #2FA45B;
}
.AnyTagClassName
{
color: #2FA45B;
}
</style>
background-color css
<style>
a { background-color: #2FA45B; }
a { background-color: rgb(47,164,91); }
div.DivClassName
{
background-color: #2FA45B;
}
.BgClassName
{
background-color: #2FA45B;
}
</style>
border-color css
<style>
span { border-color: #2FA45B; }
span { border-color: rgb(47,164,91); }
td.TdClassName
{
border-color: #2FA45B;
}
.TagClassName
{
border-color: #2FA45B;
}
</style>