Shades of Eucalyptus #2FAC5C
Tints of Eucalyptus #2FAC5C
RGB
CMYK
RGB Variations
Color information
#2FAC5C (or 0x2FAC5C) is known color: Eucalyptus. HEX triplet: 2F, AC and 5C. RGB value is (47,172,92). Sum of RGB (Red+Green+Blue) = 47+172+92=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 172 (67.58% from 255 or 55.31% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAC5C is #D053A3. Grayscale: #7D7D7D. Windows color (decimal): -13652900 or 6073391. OLE color: 6073391.
HSL color Cylindrical-coordinate representation of color #2FAC5C: hue angle of 141.6º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAC5C is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 172 | 92 | - |
| CMYK | 0.73 | 0 | 0.47 | 0.33 |
| HSL | 141.6º | 0.57% | 0.43% | - |
| HSV(B) | 141.6º | 0.73% | 0.67% | - |
| XYZ | 17.86 | 30.88 | 15.14 | - |
| YUV | 125.51 | 109.09 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 172 | 92 | 0.73 | 0 | 0.47 | 0.33 | 141.6 | 0.57 | 0.43 |
| Hex | 2F | AC | 5C | 49 | 0 | 2F | 21 | 8E | 39 | 2B |
| Octal | 57 | 254 | 134 | 111 | 0 | 57 | 41 | 216 | 71 | 53 |
| Binary | 101111 | 10101100 | 1011100 | 1001001 | 0 | 101111 | 100001 | 10001110 | 111001 | 101011 |
Color Harmonies of #2FAC5C
Complementary color
Monochromatic Colors of #2FAC5C
Black with #2FAC5C
Text Example
Text Example
White with #2FAC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAC5C; }
p { color: rgb(47,172,92); }
H1.HeaderClassName
{
color: #2FAC5C;
}
.AnyTagClassName
{
color: #2FAC5C;
}
</style>
background-color css
<style>
a { background-color: #2FAC5C; }
a { background-color: rgb(47,172,92); }
div.DivClassName
{
background-color: #2FAC5C;
}
.BgClassName
{
background-color: #2FAC5C;
}
</style>
border-color css
<style>
span { border-color: #2FAC5C; }
span { border-color: rgb(47,172,92); }
td.TdClassName
{
border-color: #2FAC5C;
}
.TagClassName
{
border-color: #2FAC5C;
}
</style>