Shades of Eucalyptus #2BA268
Tints of Eucalyptus #2BA268
RGB
CMYK
RGB Variations
Color information
#2BA268 (or 0x2BA268) is known color: Eucalyptus. HEX triplet: 2B, A2 and 68. RGB value is (43,162,104). Sum of RGB (Red+Green+Blue) = 43+162+104=309 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.92% from 309); Green value is 162 (63.67% from 255 or 52.43% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 162 - color contains mainly: green. Hex color #2BA268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA268 is #D45D97. Grayscale: #777777. Windows color (decimal): -13917592 or 6857259. OLE color: 6857259.
HSL color Cylindrical-coordinate representation of color #2BA268: hue angle of 150.76º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2BA268 is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 162 | 104 | - |
| CMYK | 0.73 | 0 | 0.36 | 0.36 |
| HSL | 150.76º | 0.58% | 0.4% | - |
| HSV(B) | 150.76º | 0.73% | 0.64% | - |
| XYZ | 16.42 | 27.35 | 17.51 | - |
| YUV | 119.81 | 119.08 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 162 | 104 | 0.73 | 0 | 0.36 | 0.36 | 150.76 | 0.58 | 0.4 |
| Hex | 2B | A2 | 68 | 49 | 0 | 24 | 24 | 97 | 3A | 28 |
| Octal | 53 | 242 | 150 | 111 | 0 | 44 | 44 | 227 | 72 | 50 |
| Binary | 101011 | 10100010 | 1101000 | 1001001 | 0 | 100100 | 100100 | 10010111 | 111010 | 101000 |
Color Harmonies of #2BA268
Complementary color
Monochromatic Colors of #2BA268
Black with #2BA268
Text Example
Text Example
White with #2BA268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA268; }
p { color: rgb(43,162,104); }
H1.HeaderClassName
{
color: #2BA268;
}
.AnyTagClassName
{
color: #2BA268;
}
</style>
background-color css
<style>
a { background-color: #2BA268; }
a { background-color: rgb(43,162,104); }
div.DivClassName
{
background-color: #2BA268;
}
.BgClassName
{
background-color: #2BA268;
}
</style>
border-color css
<style>
span { border-color: #2BA268; }
span { border-color: rgb(43,162,104); }
td.TdClassName
{
border-color: #2BA268;
}
.TagClassName
{
border-color: #2BA268;
}
</style>