Shades of Eucalyptus #2E935C
Tints of Eucalyptus #2E935C
RGB
CMYK
RGB Variations
Color information
#2E935C (or 0x2E935C) is known color: Eucalyptus. HEX triplet: 2E, 93 and 5C. RGB value is (46,147,92). Sum of RGB (Red+Green+Blue) = 46+147+92=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 147 (57.81% from 255 or 51.58% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 147 - color contains mainly: green. Hex color #2E935C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E935C is #D16CA3. Grayscale: #6E6E6E. Windows color (decimal): -13724836 or 6066990. OLE color: 6066990.
HSL color Cylindrical-coordinate representation of color #2E935C: hue angle of 147.33º degrees, saturation: 0.52, 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 #2E935C is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 147 | 92 | - |
| CMYK | 0.69 | 0 | 0.37 | 0.42 |
| HSL | 147.33º | 0.52% | 0.38% | - |
| HSV(B) | 147.33º | 0.69% | 0.58% | - |
| XYZ | 13.49 | 22.22 | 13.7 | - |
| YUV | 110.53 | 117.54 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 147 | 92 | 0.69 | 0 | 0.37 | 0.42 | 147.33 | 0.52 | 0.38 |
| Hex | 2E | 93 | 5C | 45 | 0 | 25 | 2A | 93 | 34 | 26 |
| Octal | 56 | 223 | 134 | 105 | 0 | 45 | 52 | 223 | 64 | 46 |
| Binary | 101110 | 10010011 | 1011100 | 1000101 | 0 | 100101 | 101010 | 10010011 | 110100 | 100110 |
Color Harmonies of #2E935C
Complementary color
Monochromatic Colors of #2E935C
Black with #2E935C
Text Example
Text Example
White with #2E935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E935C; }
p { color: rgb(46,147,92); }
H1.HeaderClassName
{
color: #2E935C;
}
.AnyTagClassName
{
color: #2E935C;
}
</style>
background-color css
<style>
a { background-color: #2E935C; }
a { background-color: rgb(46,147,92); }
div.DivClassName
{
background-color: #2E935C;
}
.BgClassName
{
background-color: #2E935C;
}
</style>
border-color css
<style>
span { border-color: #2E935C; }
span { border-color: rgb(46,147,92); }
td.TdClassName
{
border-color: #2E935C;
}
.TagClassName
{
border-color: #2E935C;
}
</style>