Shades of Eucalyptus #2F9569
Tints of Eucalyptus #2F9569
RGB
CMYK
RGB Variations
Color information
#2F9569 (or 0x2F9569) is known color: Eucalyptus. HEX triplet: 2F, 95 and 69. RGB value is (47,149,105). Sum of RGB (Red+Green+Blue) = 47+149+105=301 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.61% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #2F9569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9569 is #D06A96. Grayscale: #717171. Windows color (decimal): -13658775 or 6919471. OLE color: 6919471.
HSL color Cylindrical-coordinate representation of color #2F9569: hue angle of 154.12º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F9569 is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 149 | 105 | - |
| CMYK | 0.68 | 0 | 0.30 | 0.42 |
| HSL | 154.12º | 0.52% | 0.38% | - |
| HSV(B) | 154.12º | 0.68% | 0.58% | - |
| XYZ | 14.47 | 23.12 | 17.06 | - |
| YUV | 113.49 | 123.21 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 149 | 105 | 0.68 | 0 | 0.30 | 0.42 | 154.12 | 0.52 | 0.38 |
| Hex | 2F | 95 | 69 | 44 | 0 | 1E | 2A | 9A | 34 | 26 |
| Octal | 57 | 225 | 151 | 104 | 0 | 36 | 52 | 232 | 64 | 46 |
| Binary | 101111 | 10010101 | 1101001 | 1000100 | 0 | 11110 | 101010 | 10011010 | 110100 | 100110 |
Color Harmonies of #2F9569
Complementary color
Monochromatic Colors of #2F9569
Black with #2F9569
Text Example
Text Example
White with #2F9569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9569; }
p { color: rgb(47,149,105); }
H1.HeaderClassName
{
color: #2F9569;
}
.AnyTagClassName
{
color: #2F9569;
}
</style>
background-color css
<style>
a { background-color: #2F9569; }
a { background-color: rgb(47,149,105); }
div.DivClassName
{
background-color: #2F9569;
}
.BgClassName
{
background-color: #2F9569;
}
</style>
border-color css
<style>
span { border-color: #2F9569; }
span { border-color: rgb(47,149,105); }
td.TdClassName
{
border-color: #2F9569;
}
.TagClassName
{
border-color: #2F9569;
}
</style>