Shades of Eucalyptus #2E9367
Tints of Eucalyptus #2E9367
RGB
CMYK
RGB Variations
Color information
#2E9367 (or 0x2E9367) is known color: Eucalyptus. HEX triplet: 2E, 93 and 67. RGB value is (46,147,103). Sum of RGB (Red+Green+Blue) = 46+147+103=296 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.54% from 296); Green value is 147 (57.81% from 255 or 49.66% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 147 - color contains mainly: green. Hex color #2E9367 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9367 is #D16C98. Grayscale: #6F6F6F. Windows color (decimal): -13724825 or 6787886. OLE color: 6787886.
HSL color Cylindrical-coordinate representation of color #2E9367: hue angle of 153.86º 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 #2E9367 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 147 | 103 | - |
| CMYK | 0.69 | 0 | 0.30 | 0.42 |
| HSL | 153.86º | 0.52% | 0.38% | - |
| HSV(B) | 153.86º | 0.69% | 0.58% | - |
| XYZ | 14.01 | 22.43 | 16.42 | - |
| YUV | 111.79 | 123.04 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 147 | 103 | 0.69 | 0 | 0.30 | 0.42 | 153.86 | 0.52 | 0.38 |
| Hex | 2E | 93 | 67 | 45 | 0 | 1E | 2A | 9A | 34 | 26 |
| Octal | 56 | 223 | 147 | 105 | 0 | 36 | 52 | 232 | 64 | 46 |
| Binary | 101110 | 10010011 | 1100111 | 1000101 | 0 | 11110 | 101010 | 10011010 | 110100 | 100110 |
Color Harmonies of #2E9367
Complementary color
Monochromatic Colors of #2E9367
Black with #2E9367
Text Example
Text Example
White with #2E9367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9367; }
p { color: rgb(46,147,103); }
H1.HeaderClassName
{
color: #2E9367;
}
.AnyTagClassName
{
color: #2E9367;
}
</style>
background-color css
<style>
a { background-color: #2E9367; }
a { background-color: rgb(46,147,103); }
div.DivClassName
{
background-color: #2E9367;
}
.BgClassName
{
background-color: #2E9367;
}
</style>
border-color css
<style>
span { border-color: #2E9367; }
span { border-color: rgb(46,147,103); }
td.TdClassName
{
border-color: #2E9367;
}
.TagClassName
{
border-color: #2E9367;
}
</style>