Shades of Eucalyptus #2BA270
Tints of Eucalyptus #2BA270
RGB
CMYK
RGB Variations
Color information
#2BA270 (or 0x2BA270) is known color: Eucalyptus. HEX triplet: 2B, A2 and 70. RGB value is (43,162,112). Sum of RGB (Red+Green+Blue) = 43+162+112=317 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.56% from 317); Green value is 162 (63.67% from 255 or 51.10% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 162 - color contains mainly: green. Hex color #2BA270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA270 is #D45D8F. Grayscale: #787878. Windows color (decimal): -13917584 or 7381547. OLE color: 7381547.
HSL color Cylindrical-coordinate representation of color #2BA270: hue angle of 154.79º 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 #2BA270 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 162 | 112 | - |
| CMYK | 0.73 | 0 | 0.31 | 0.36 |
| HSL | 154.79º | 0.58% | 0.4% | - |
| HSV(B) | 154.79º | 0.73% | 0.64% | - |
| XYZ | 16.84 | 27.52 | 19.75 | - |
| YUV | 120.72 | 123.08 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 162 | 112 | 0.73 | 0 | 0.31 | 0.36 | 154.79 | 0.58 | 0.4 |
| Hex | 2B | A2 | 70 | 49 | 0 | 1F | 24 | 9B | 3A | 28 |
| Octal | 53 | 242 | 160 | 111 | 0 | 37 | 44 | 233 | 72 | 50 |
| Binary | 101011 | 10100010 | 1110000 | 1001001 | 0 | 11111 | 100100 | 10011011 | 111010 | 101000 |
Color Harmonies of #2BA270
Complementary color
Monochromatic Colors of #2BA270
Black with #2BA270
Text Example
Text Example
White with #2BA270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA270; }
p { color: rgb(43,162,112); }
H1.HeaderClassName
{
color: #2BA270;
}
.AnyTagClassName
{
color: #2BA270;
}
</style>
background-color css
<style>
a { background-color: #2BA270; }
a { background-color: rgb(43,162,112); }
div.DivClassName
{
background-color: #2BA270;
}
.BgClassName
{
background-color: #2BA270;
}
</style>
border-color css
<style>
span { border-color: #2BA270; }
span { border-color: rgb(43,162,112); }
td.TdClassName
{
border-color: #2BA270;
}
.TagClassName
{
border-color: #2BA270;
}
</style>