Shades of Eucalyptus #2B9E5B
Tints of Eucalyptus #2B9E5B
RGB
CMYK
RGB Variations
Color information
#2B9E5B (or 0x2B9E5B) is known color: Eucalyptus. HEX triplet: 2B, 9E and 5B. RGB value is (43,158,91). Sum of RGB (Red+Green+Blue) = 43+158+91=292 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.73% from 292); Green value is 158 (62.11% from 255 or 54.11% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 158 - color contains mainly: green. Hex color #2B9E5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9E5B is #D461A4. Grayscale: #747474. Windows color (decimal): -13918629 or 6004267. OLE color: 6004267.
HSL color Cylindrical-coordinate representation of color #2B9E5B: hue angle of 145.04º 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 #2B9E5B is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 158 | 91 | - |
| CMYK | 0.73 | 0 | 0.42 | 0.38 |
| HSL | 145.04º | 0.57% | 0.39% | - |
| HSV(B) | 145.04º | 0.73% | 0.62% | - |
| XYZ | 15.11 | 25.72 | 14.07 | - |
| YUV | 115.98 | 113.9 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 158 | 91 | 0.73 | 0 | 0.42 | 0.38 | 145.04 | 0.57 | 0.39 |
| Hex | 2B | 9E | 5B | 49 | 0 | 2A | 26 | 91 | 39 | 27 |
| Octal | 53 | 236 | 133 | 111 | 0 | 52 | 46 | 221 | 71 | 47 |
| Binary | 101011 | 10011110 | 1011011 | 1001001 | 0 | 101010 | 100110 | 10010001 | 111001 | 100111 |
Color Harmonies of #2B9E5B
Complementary color
Monochromatic Colors of #2B9E5B
Black with #2B9E5B
Text Example
Text Example
White with #2B9E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9E5B; }
p { color: rgb(43,158,91); }
H1.HeaderClassName
{
color: #2B9E5B;
}
.AnyTagClassName
{
color: #2B9E5B;
}
</style>
background-color css
<style>
a { background-color: #2B9E5B; }
a { background-color: rgb(43,158,91); }
div.DivClassName
{
background-color: #2B9E5B;
}
.BgClassName
{
background-color: #2B9E5B;
}
</style>
border-color css
<style>
span { border-color: #2B9E5B; }
span { border-color: rgb(43,158,91); }
td.TdClassName
{
border-color: #2B9E5B;
}
.TagClassName
{
border-color: #2B9E5B;
}
</style>