Shades of Eucalyptus #2BA368
Tints of Eucalyptus #2BA368
RGB
CMYK
RGB Variations
Color information
#2BA368 (or 0x2BA368) is known color: Eucalyptus. HEX triplet: 2B, A3 and 68. RGB value is (43,163,104). Sum of RGB (Red+Green+Blue) = 43+163+104=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 163 (64.06% from 255 or 52.58% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 163 - color contains mainly: green. Hex color #2BA368 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA368 is #D45C97. Grayscale: #787878. Windows color (decimal): -13917336 or 6857515. OLE color: 6857515.
HSL color Cylindrical-coordinate representation of color #2BA368: hue angle of 150.5º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA368 is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 163 | 104 | - |
| CMYK | 0.74 | 0 | 0.36 | 0.36 |
| HSL | 150.5º | 0.58% | 0.4% | - |
| HSV(B) | 150.5º | 0.74% | 0.64% | - |
| XYZ | 16.59 | 27.71 | 17.57 | - |
| YUV | 120.39 | 118.74 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 163 | 104 | 0.74 | 0 | 0.36 | 0.36 | 150.5 | 0.58 | 0.4 |
| Hex | 2B | A3 | 68 | 4A | 0 | 24 | 24 | 96 | 3A | 28 |
| Octal | 53 | 243 | 150 | 112 | 0 | 44 | 44 | 226 | 72 | 50 |
| Binary | 101011 | 10100011 | 1101000 | 1001010 | 0 | 100100 | 100100 | 10010110 | 111010 | 101000 |
Color Harmonies of #2BA368
Complementary color
Monochromatic Colors of #2BA368
Black with #2BA368
Text Example
Text Example
White with #2BA368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA368; }
p { color: rgb(43,163,104); }
H1.HeaderClassName
{
color: #2BA368;
}
.AnyTagClassName
{
color: #2BA368;
}
</style>
background-color css
<style>
a { background-color: #2BA368; }
a { background-color: rgb(43,163,104); }
div.DivClassName
{
background-color: #2BA368;
}
.BgClassName
{
background-color: #2BA368;
}
</style>
border-color css
<style>
span { border-color: #2BA368; }
span { border-color: rgb(43,163,104); }
td.TdClassName
{
border-color: #2BA368;
}
.TagClassName
{
border-color: #2BA368;
}
</style>