Shades of Eucalyptus #2F905D
Tints of Eucalyptus #2F905D
RGB
CMYK
RGB Variations
Color information
#2F905D (or 0x2F905D) is known color: Eucalyptus. HEX triplet: 2F, 90 and 5D. RGB value is (47,144,93). Sum of RGB (Red+Green+Blue) = 47+144+93=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #2F905D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F905D is #D06FA2. Grayscale: #6D6D6D. Windows color (decimal): -13660067 or 6131759. OLE color: 6131759.
HSL color Cylindrical-coordinate representation of color #2F905D: hue angle of 148.45º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F905D is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 144 | 93 | - |
| CMYK | 0.67 | 0 | 0.35 | 0.44 |
| HSL | 148.45º | 0.51% | 0.37% | - |
| HSV(B) | 148.45º | 0.67% | 0.56% | - |
| XYZ | 13.12 | 21.34 | 13.78 | - |
| YUV | 109.18 | 118.86 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 144 | 93 | 0.67 | 0 | 0.35 | 0.44 | 148.45 | 0.51 | 0.37 |
| Hex | 2F | 90 | 5D | 43 | 0 | 23 | 2C | 94 | 33 | 25 |
| Octal | 57 | 220 | 135 | 103 | 0 | 43 | 54 | 224 | 63 | 45 |
| Binary | 101111 | 10010000 | 1011101 | 1000011 | 0 | 100011 | 101100 | 10010100 | 110011 | 100101 |
Color Harmonies of #2F905D
Complementary color
Monochromatic Colors of #2F905D
Black with #2F905D
Text Example
Text Example
White with #2F905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F905D; }
p { color: rgb(47,144,93); }
H1.HeaderClassName
{
color: #2F905D;
}
.AnyTagClassName
{
color: #2F905D;
}
</style>
background-color css
<style>
a { background-color: #2F905D; }
a { background-color: rgb(47,144,93); }
div.DivClassName
{
background-color: #2F905D;
}
.BgClassName
{
background-color: #2F905D;
}
</style>
border-color css
<style>
span { border-color: #2F905D; }
span { border-color: rgb(47,144,93); }
td.TdClassName
{
border-color: #2F905D;
}
.TagClassName
{
border-color: #2F905D;
}
</style>