Shades of Eucalyptus #2BA664
Tints of Eucalyptus #2BA664
RGB
CMYK
RGB Variations
Color information
#2BA664 (or 0x2BA664) is known color: Eucalyptus. HEX triplet: 2B, A6 and 64. RGB value is (43,166,100). Sum of RGB (Red+Green+Blue) = 43+166+100=309 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.92% from 309); Green value is 166 (65.23% from 255 or 53.72% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 166 - color contains mainly: green. Hex color #2BA664 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA664 is #D4599B. Grayscale: #797979. Windows color (decimal): -13916572 or 6596139. OLE color: 6596139.
HSL color Cylindrical-coordinate representation of color #2BA664: hue angle of 147.8º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA664 is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 166 | 100 | - |
| CMYK | 0.74 | 0 | 0.40 | 0.35 |
| HSL | 147.8º | 0.59% | 0.41% | - |
| HSV(B) | 147.8º | 0.74% | 0.65% | - |
| XYZ | 16.93 | 28.71 | 16.7 | - |
| YUV | 121.7 | 115.75 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 166 | 100 | 0.74 | 0 | 0.40 | 0.35 | 147.8 | 0.59 | 0.41 |
| Hex | 2B | A6 | 64 | 4A | 0 | 28 | 23 | 94 | 3B | 29 |
| Octal | 53 | 246 | 144 | 112 | 0 | 50 | 43 | 224 | 73 | 51 |
| Binary | 101011 | 10100110 | 1100100 | 1001010 | 0 | 101000 | 100011 | 10010100 | 111011 | 101001 |
Color Harmonies of #2BA664
Complementary color
Monochromatic Colors of #2BA664
Black with #2BA664
Text Example
Text Example
White with #2BA664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA664; }
p { color: rgb(43,166,100); }
H1.HeaderClassName
{
color: #2BA664;
}
.AnyTagClassName
{
color: #2BA664;
}
</style>
background-color css
<style>
a { background-color: #2BA664; }
a { background-color: rgb(43,166,100); }
div.DivClassName
{
background-color: #2BA664;
}
.BgClassName
{
background-color: #2BA664;
}
</style>
border-color css
<style>
span { border-color: #2BA664; }
span { border-color: rgb(43,166,100); }
td.TdClassName
{
border-color: #2BA664;
}
.TagClassName
{
border-color: #2BA664;
}
</style>