Shades of Eucalyptus #2B9F4E
Tints of Eucalyptus #2B9F4E
RGB
CMYK
RGB Variations
Color information
#2B9F4E (or 0x2B9F4E) is known color: Eucalyptus. HEX triplet: 2B, 9F and 4E. RGB value is (43,159,78). Sum of RGB (Red+Green+Blue) = 43+159+78=280 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.36% from 280); Green value is 159 (62.5% from 255 or 56.79% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 159 - color contains mainly: green. Hex color #2B9F4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9F4E is #D460B1. Grayscale: #737373. Windows color (decimal): -13918386 or 5152555. OLE color: 5152555.
HSL color Cylindrical-coordinate representation of color #2B9F4E: hue angle of 138.1º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9F4E is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 159 | 78 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.38 |
| HSL | 138.1º | 0.57% | 0.4% | - |
| HSV(B) | 138.1º | 0.73% | 0.62% | - |
| XYZ | 14.77 | 25.86 | 11.42 | - |
| YUV | 115.08 | 107.07 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 159 | 78 | 0.73 | 0 | 0.51 | 0.38 | 138.1 | 0.57 | 0.4 |
| Hex | 2B | 9F | 4E | 49 | 0 | 33 | 26 | 8A | 39 | 28 |
| Octal | 53 | 237 | 116 | 111 | 0 | 63 | 46 | 212 | 71 | 50 |
| Binary | 101011 | 10011111 | 1001110 | 1001001 | 0 | 110011 | 100110 | 10001010 | 111001 | 101000 |
Color Harmonies of #2B9F4E
Complementary color
Monochromatic Colors of #2B9F4E
Black with #2B9F4E
Text Example
Text Example
White with #2B9F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9F4E; }
p { color: rgb(43,159,78); }
H1.HeaderClassName
{
color: #2B9F4E;
}
.AnyTagClassName
{
color: #2B9F4E;
}
</style>
background-color css
<style>
a { background-color: #2B9F4E; }
a { background-color: rgb(43,159,78); }
div.DivClassName
{
background-color: #2B9F4E;
}
.BgClassName
{
background-color: #2B9F4E;
}
</style>
border-color css
<style>
span { border-color: #2B9F4E; }
span { border-color: rgb(43,159,78); }
td.TdClassName
{
border-color: #2B9F4E;
}
.TagClassName
{
border-color: #2B9F4E;
}
</style>