Shades of Eucalyptus #2B9564
Tints of Eucalyptus #2B9564
RGB
CMYK
RGB Variations
Color information
#2B9564 (or 0x2B9564) is known color: Eucalyptus. HEX triplet: 2B, 95 and 64. RGB value is (43,149,100). Sum of RGB (Red+Green+Blue) = 43+149+100=292 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.73% from 292); Green value is 149 (58.59% from 255 or 51.03% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 149 - color contains mainly: green. Hex color #2B9564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9564 is #D46A9B. Grayscale: #6F6F6F. Windows color (decimal): -13920924 or 6591787. OLE color: 6591787.
HSL color Cylindrical-coordinate representation of color #2B9564: hue angle of 152.26º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9564 is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 149 | 100 | - |
| CMYK | 0.71 | 0 | 0.33 | 0.42 |
| HSL | 152.26º | 0.55% | 0.38% | - |
| HSV(B) | 152.26º | 0.71% | 0.58% | - |
| XYZ | 14.04 | 22.93 | 15.74 | - |
| YUV | 111.72 | 121.38 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 149 | 100 | 0.71 | 0 | 0.33 | 0.42 | 152.26 | 0.55 | 0.38 |
| Hex | 2B | 95 | 64 | 47 | 0 | 21 | 2A | 98 | 37 | 26 |
| Octal | 53 | 225 | 144 | 107 | 0 | 41 | 52 | 230 | 67 | 46 |
| Binary | 101011 | 10010101 | 1100100 | 1000111 | 0 | 100001 | 101010 | 10011000 | 110111 | 100110 |
Color Harmonies of #2B9564
Complementary color
Monochromatic Colors of #2B9564
Black with #2B9564
Text Example
Text Example
White with #2B9564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9564; }
p { color: rgb(43,149,100); }
H1.HeaderClassName
{
color: #2B9564;
}
.AnyTagClassName
{
color: #2B9564;
}
</style>
background-color css
<style>
a { background-color: #2B9564; }
a { background-color: rgb(43,149,100); }
div.DivClassName
{
background-color: #2B9564;
}
.BgClassName
{
background-color: #2B9564;
}
</style>
border-color css
<style>
span { border-color: #2B9564; }
span { border-color: rgb(43,149,100); }
td.TdClassName
{
border-color: #2B9564;
}
.TagClassName
{
border-color: #2B9564;
}
</style>