Shades of Eucalyptus #2E945C
Tints of Eucalyptus #2E945C
RGB
CMYK
RGB Variations
Color information
#2E945C (or 0x2E945C) is known color: Eucalyptus. HEX triplet: 2E, 94 and 5C. RGB value is (46,148,92). Sum of RGB (Red+Green+Blue) = 46+148+92=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #2E945C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E945C is #D16BA3. Grayscale: #6F6F6F. Windows color (decimal): -13724580 or 6067246. OLE color: 6067246.
HSL color Cylindrical-coordinate representation of color #2E945C: hue angle of 147.06º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E945C is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 148 | 92 | - |
| CMYK | 0.69 | 0 | 0.38 | 0.42 |
| HSL | 147.06º | 0.53% | 0.38% | - |
| HSV(B) | 147.06º | 0.69% | 0.58% | - |
| XYZ | 13.65 | 22.53 | 13.76 | - |
| YUV | 111.12 | 117.21 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 148 | 92 | 0.69 | 0 | 0.38 | 0.42 | 147.06 | 0.53 | 0.38 |
| Hex | 2E | 94 | 5C | 45 | 0 | 26 | 2A | 93 | 35 | 26 |
| Octal | 56 | 224 | 134 | 105 | 0 | 46 | 52 | 223 | 65 | 46 |
| Binary | 101110 | 10010100 | 1011100 | 1000101 | 0 | 100110 | 101010 | 10010011 | 110101 | 100110 |
Color Harmonies of #2E945C
Complementary color
Monochromatic Colors of #2E945C
Black with #2E945C
Text Example
Text Example
White with #2E945C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E945C; }
p { color: rgb(46,148,92); }
H1.HeaderClassName
{
color: #2E945C;
}
.AnyTagClassName
{
color: #2E945C;
}
</style>
background-color css
<style>
a { background-color: #2E945C; }
a { background-color: rgb(46,148,92); }
div.DivClassName
{
background-color: #2E945C;
}
.BgClassName
{
background-color: #2E945C;
}
</style>
border-color css
<style>
span { border-color: #2E945C; }
span { border-color: rgb(46,148,92); }
td.TdClassName
{
border-color: #2E945C;
}
.TagClassName
{
border-color: #2E945C;
}
</style>