Shades of Eucalyptus #2E905F
Tints of Eucalyptus #2E905F
RGB
CMYK
RGB Variations
Color information
#2E905F (or 0x2E905F) is known color: Eucalyptus. HEX triplet: 2E, 90 and 5F. RGB value is (46,144,95). Sum of RGB (Red+Green+Blue) = 46+144+95=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 144 (56.64% from 255 or 50.53% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 144 - color contains mainly: green. Hex color #2E905F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E905F is #D16FA0. Grayscale: #6D6D6D. Windows color (decimal): -13725601 or 6262830. OLE color: 6262830.
HSL color Cylindrical-coordinate representation of color #2E905F: hue angle of 150º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E905F is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 46 | 144 | 95 | - |
| CMYK | 0.68 | 0 | 0.34 | 0.44 |
| HSL | 150º | 0.52% | 0.37% | - |
| HSV(B) | 150º | 0.68% | 0.56% | - |
| XYZ | 13.17 | 21.35 | 14.25 | - |
| YUV | 109.11 | 120.03 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 144 | 95 | 0.68 | 0 | 0.34 | 0.44 | 150 | 0.52 | 0.37 |
| Hex | 2E | 90 | 5F | 44 | 0 | 22 | 2C | 96 | 34 | 25 |
| Octal | 56 | 220 | 137 | 104 | 0 | 42 | 54 | 226 | 64 | 45 |
| Binary | 101110 | 10010000 | 1011111 | 1000100 | 0 | 100010 | 101100 | 10010110 | 110100 | 100101 |
Color Harmonies of #2E905F
Complementary color
Monochromatic Colors of #2E905F
Black with #2E905F
Text Example
Text Example
White with #2E905F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E905F; }
p { color: rgb(46,144,95); }
H1.HeaderClassName
{
color: #2E905F;
}
.AnyTagClassName
{
color: #2E905F;
}
</style>
background-color css
<style>
a { background-color: #2E905F; }
a { background-color: rgb(46,144,95); }
div.DivClassName
{
background-color: #2E905F;
}
.BgClassName
{
background-color: #2E905F;
}
</style>
border-color css
<style>
span { border-color: #2E905F; }
span { border-color: rgb(46,144,95); }
td.TdClassName
{
border-color: #2E905F;
}
.TagClassName
{
border-color: #2E905F;
}
</style>