Shades of Eucalyptus #2B9E50
Tints of Eucalyptus #2B9E50
RGB
CMYK
RGB Variations
Color information
#2B9E50 (or 0x2B9E50) is known color: Eucalyptus. HEX triplet: 2B, 9E and 50. RGB value is (43,158,80). Sum of RGB (Red+Green+Blue) = 43+158+80=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 158 (62.11% from 255 or 56.23% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 158 - color contains mainly: green. Hex color #2B9E50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9E50 is #D461AF. Grayscale: #727272. Windows color (decimal): -13918640 or 5283371. OLE color: 5283371.
HSL color Cylindrical-coordinate representation of color #2B9E50: hue angle of 139.3º 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 #2B9E50 is Cyan = 0.73, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 158 | 80 | - |
| CMYK | 0.73 | 0 | 0.49 | 0.38 |
| HSL | 139.3º | 0.57% | 0.39% | - |
| HSV(B) | 139.3º | 0.73% | 0.62% | - |
| XYZ | 14.67 | 25.55 | 11.75 | - |
| YUV | 114.72 | 108.4 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 158 | 80 | 0.73 | 0 | 0.49 | 0.38 | 139.3 | 0.57 | 0.39 |
| Hex | 2B | 9E | 50 | 49 | 0 | 31 | 26 | 8B | 39 | 27 |
| Octal | 53 | 236 | 120 | 111 | 0 | 61 | 46 | 213 | 71 | 47 |
| Binary | 101011 | 10011110 | 1010000 | 1001001 | 0 | 110001 | 100110 | 10001011 | 111001 | 100111 |
Color Harmonies of #2B9E50
Complementary color
Monochromatic Colors of #2B9E50
Black with #2B9E50
Text Example
Text Example
White with #2B9E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9E50; }
p { color: rgb(43,158,80); }
H1.HeaderClassName
{
color: #2B9E50;
}
.AnyTagClassName
{
color: #2B9E50;
}
</style>
background-color css
<style>
a { background-color: #2B9E50; }
a { background-color: rgb(43,158,80); }
div.DivClassName
{
background-color: #2B9E50;
}
.BgClassName
{
background-color: #2B9E50;
}
</style>
border-color css
<style>
span { border-color: #2B9E50; }
span { border-color: rgb(43,158,80); }
td.TdClassName
{
border-color: #2B9E50;
}
.TagClassName
{
border-color: #2B9E50;
}
</style>