Shades of Eucalyptus #2F916C
Tints of Eucalyptus #2F916C
RGB
CMYK
RGB Variations
Color information
#2F916C (or 0x2F916C) is known color: Eucalyptus. HEX triplet: 2F, 91 and 6C. RGB value is (47,145,108). Sum of RGB (Red+Green+Blue) = 47+145+108=300 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.67% from 300); Green value is 145 (57.03% from 255 or 48.33% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 145 - color contains mainly: green. Hex color #2F916C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F916C is #D06E93. Grayscale: #6F6F6F. Windows color (decimal): -13659796 or 7115055. OLE color: 7115055.
HSL color Cylindrical-coordinate representation of color #2F916C: hue angle of 157.35º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F916C is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 145 | 108 | - |
| CMYK | 0.68 | 0 | 0.26 | 0.43 |
| HSL | 157.35º | 0.51% | 0.38% | - |
| HSV(B) | 157.35º | 0.68% | 0.57% | - |
| XYZ | 14 | 21.94 | 17.68 | - |
| YUV | 111.48 | 126.03 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 145 | 108 | 0.68 | 0 | 0.26 | 0.43 | 157.35 | 0.51 | 0.38 |
| Hex | 2F | 91 | 6C | 44 | 0 | 1A | 2B | 9D | 33 | 26 |
| Octal | 57 | 221 | 154 | 104 | 0 | 32 | 53 | 235 | 63 | 46 |
| Binary | 101111 | 10010001 | 1101100 | 1000100 | 0 | 11010 | 101011 | 10011101 | 110011 | 100110 |
Color Harmonies of #2F916C
Complementary color
Monochromatic Colors of #2F916C
Black with #2F916C
Text Example
Text Example
White with #2F916C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F916C; }
p { color: rgb(47,145,108); }
H1.HeaderClassName
{
color: #2F916C;
}
.AnyTagClassName
{
color: #2F916C;
}
</style>
background-color css
<style>
a { background-color: #2F916C; }
a { background-color: rgb(47,145,108); }
div.DivClassName
{
background-color: #2F916C;
}
.BgClassName
{
background-color: #2F916C;
}
</style>
border-color css
<style>
span { border-color: #2F916C; }
span { border-color: rgb(47,145,108); }
td.TdClassName
{
border-color: #2F916C;
}
.TagClassName
{
border-color: #2F916C;
}
</style>