Shades of Eucalyptus #2F915F
Tints of Eucalyptus #2F915F
RGB
CMYK
RGB Variations
Color information
#2F915F (or 0x2F915F) is known color: Eucalyptus. HEX triplet: 2F, 91 and 5F. RGB value is (47,145,95). Sum of RGB (Red+Green+Blue) = 47+145+95=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 145 (57.03% from 255 or 50.52% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 145 - color contains mainly: green. Hex color #2F915F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F915F is #D06EA0. Grayscale: #6E6E6E. Windows color (decimal): -13659809 or 6263087. OLE color: 6263087.
HSL color Cylindrical-coordinate representation of color #2F915F: hue angle of 149.39º 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 #2F915F is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 145 | 95 | - |
| CMYK | 0.68 | 0 | 0.34 | 0.43 |
| HSL | 149.39º | 0.51% | 0.38% | - |
| HSV(B) | 149.39º | 0.68% | 0.57% | - |
| XYZ | 13.36 | 21.68 | 14.31 | - |
| YUV | 110 | 119.53 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 145 | 95 | 0.68 | 0 | 0.34 | 0.43 | 149.39 | 0.51 | 0.38 |
| Hex | 2F | 91 | 5F | 44 | 0 | 22 | 2B | 95 | 33 | 26 |
| Octal | 57 | 221 | 137 | 104 | 0 | 42 | 53 | 225 | 63 | 46 |
| Binary | 101111 | 10010001 | 1011111 | 1000100 | 0 | 100010 | 101011 | 10010101 | 110011 | 100110 |
Color Harmonies of #2F915F
Complementary color
Monochromatic Colors of #2F915F
Black with #2F915F
Text Example
Text Example
White with #2F915F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F915F; }
p { color: rgb(47,145,95); }
H1.HeaderClassName
{
color: #2F915F;
}
.AnyTagClassName
{
color: #2F915F;
}
</style>
background-color css
<style>
a { background-color: #2F915F; }
a { background-color: rgb(47,145,95); }
div.DivClassName
{
background-color: #2F915F;
}
.BgClassName
{
background-color: #2F915F;
}
</style>
border-color css
<style>
span { border-color: #2F915F; }
span { border-color: rgb(47,145,95); }
td.TdClassName
{
border-color: #2F915F;
}
.TagClassName
{
border-color: #2F915F;
}
</style>