Shades of Eucalyptus #2BA864
Tints of Eucalyptus #2BA864
RGB
CMYK
RGB Variations
Color information
#2BA864 (or 0x2BA864) is known color: Eucalyptus. HEX triplet: 2B, A8 and 64. RGB value is (43,168,100). Sum of RGB (Red+Green+Blue) = 43+168+100=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 168 (66.02% from 255 or 54.02% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 168 - color contains mainly: green. Hex color #2BA864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA864 is #D4579B. Grayscale: #7B7B7B. Windows color (decimal): -13916060 or 6596651. OLE color: 6596651.
HSL color Cylindrical-coordinate representation of color #2BA864: hue angle of 147.36º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA864 is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 168 | 100 | - |
| CMYK | 0.74 | 0 | 0.40 | 0.34 |
| HSL | 147.36º | 0.59% | 0.41% | - |
| HSV(B) | 147.36º | 0.74% | 0.66% | - |
| XYZ | 17.3 | 29.44 | 16.83 | - |
| YUV | 122.87 | 115.09 | 71.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 168 | 100 | 0.74 | 0 | 0.40 | 0.34 | 147.36 | 0.59 | 0.41 |
| Hex | 2B | A8 | 64 | 4A | 0 | 28 | 22 | 93 | 3B | 29 |
| Octal | 53 | 250 | 144 | 112 | 0 | 50 | 42 | 223 | 73 | 51 |
| Binary | 101011 | 10101000 | 1100100 | 1001010 | 0 | 101000 | 100010 | 10010011 | 111011 | 101001 |
Color Harmonies of #2BA864
Complementary color
Monochromatic Colors of #2BA864
Black with #2BA864
Text Example
Text Example
White with #2BA864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA864; }
p { color: rgb(43,168,100); }
H1.HeaderClassName
{
color: #2BA864;
}
.AnyTagClassName
{
color: #2BA864;
}
</style>
background-color css
<style>
a { background-color: #2BA864; }
a { background-color: rgb(43,168,100); }
div.DivClassName
{
background-color: #2BA864;
}
.BgClassName
{
background-color: #2BA864;
}
</style>
border-color css
<style>
span { border-color: #2BA864; }
span { border-color: rgb(43,168,100); }
td.TdClassName
{
border-color: #2BA864;
}
.TagClassName
{
border-color: #2BA864;
}
</style>