Shades of Eucalyptus #2B9E6D
Tints of Eucalyptus #2B9E6D
RGB
CMYK
RGB Variations
Color information
#2B9E6D (or 0x2B9E6D) is known color: Eucalyptus. HEX triplet: 2B, 9E and 6D. RGB value is (43,158,109). Sum of RGB (Red+Green+Blue) = 43+158+109=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 158 (62.11% from 255 or 50.97% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 158 - color contains mainly: green. Hex color #2B9E6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9E6D is #D46192. Grayscale: #767676. Windows color (decimal): -13918611 or 7183915. OLE color: 7183915.
HSL color Cylindrical-coordinate representation of color #2B9E6D: hue angle of 154.43º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9E6D is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 158 | 109 | - |
| CMYK | 0.73 | 0 | 0.31 | 0.38 |
| HSL | 154.43º | 0.57% | 0.39% | - |
| HSV(B) | 154.43º | 0.73% | 0.62% | - |
| XYZ | 15.98 | 26.07 | 18.66 | - |
| YUV | 118.03 | 122.9 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 158 | 109 | 0.73 | 0 | 0.31 | 0.38 | 154.43 | 0.57 | 0.39 |
| Hex | 2B | 9E | 6D | 49 | 0 | 1F | 26 | 9A | 39 | 27 |
| Octal | 53 | 236 | 155 | 111 | 0 | 37 | 46 | 232 | 71 | 47 |
| Binary | 101011 | 10011110 | 1101101 | 1001001 | 0 | 11111 | 100110 | 10011010 | 111001 | 100111 |
Color Harmonies of #2B9E6D
Complementary color
Monochromatic Colors of #2B9E6D
Black with #2B9E6D
Text Example
Text Example
White with #2B9E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9E6D; }
p { color: rgb(43,158,109); }
H1.HeaderClassName
{
color: #2B9E6D;
}
.AnyTagClassName
{
color: #2B9E6D;
}
</style>
background-color css
<style>
a { background-color: #2B9E6D; }
a { background-color: rgb(43,158,109); }
div.DivClassName
{
background-color: #2B9E6D;
}
.BgClassName
{
background-color: #2B9E6D;
}
</style>
border-color css
<style>
span { border-color: #2B9E6D; }
span { border-color: rgb(43,158,109); }
td.TdClassName
{
border-color: #2B9E6D;
}
.TagClassName
{
border-color: #2B9E6D;
}
</style>