Shades of Eucalyptus #2FA35D
Tints of Eucalyptus #2FA35D
RGB
CMYK
RGB Variations
Color information
#2FA35D (or 0x2FA35D) is known color: Eucalyptus. HEX triplet: 2F, A3 and 5D. RGB value is (47,163,93). Sum of RGB (Red+Green+Blue) = 47+163+93=303 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.51% from 303); Green value is 163 (64.06% from 255 or 53.80% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 163 - color contains mainly: green. Hex color #2FA35D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA35D is #D05CA2. Grayscale: #787878. Windows color (decimal): -13655203 or 6136623. OLE color: 6136623.
HSL color Cylindrical-coordinate representation of color #2FA35D: hue angle of 143.79º 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 #2FA35D is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 163 | 93 | - |
| CMYK | 0.71 | 0 | 0.43 | 0.36 |
| HSL | 143.79º | 0.55% | 0.41% | - |
| HSV(B) | 143.79º | 0.71% | 0.64% | - |
| XYZ | 16.25 | 27.59 | 14.82 | - |
| YUV | 120.34 | 112.57 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 163 | 93 | 0.71 | 0 | 0.43 | 0.36 | 143.79 | 0.55 | 0.41 |
| Hex | 2F | A3 | 5D | 47 | 0 | 2B | 24 | 90 | 37 | 29 |
| Octal | 57 | 243 | 135 | 107 | 0 | 53 | 44 | 220 | 67 | 51 |
| Binary | 101111 | 10100011 | 1011101 | 1000111 | 0 | 101011 | 100100 | 10010000 | 110111 | 101001 |
Color Harmonies of #2FA35D
Complementary color
Monochromatic Colors of #2FA35D
Black with #2FA35D
Text Example
Text Example
White with #2FA35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA35D; }
p { color: rgb(47,163,93); }
H1.HeaderClassName
{
color: #2FA35D;
}
.AnyTagClassName
{
color: #2FA35D;
}
</style>
background-color css
<style>
a { background-color: #2FA35D; }
a { background-color: rgb(47,163,93); }
div.DivClassName
{
background-color: #2FA35D;
}
.BgClassName
{
background-color: #2FA35D;
}
</style>
border-color css
<style>
span { border-color: #2FA35D; }
span { border-color: rgb(47,163,93); }
td.TdClassName
{
border-color: #2FA35D;
}
.TagClassName
{
border-color: #2FA35D;
}
</style>