Shades of Eucalyptus #2BA269
Tints of Eucalyptus #2BA269
RGB
CMYK
RGB Variations
Color information
#2BA269 (or 0x2BA269) is known color: Eucalyptus. HEX triplet: 2B, A2 and 69. RGB value is (43,162,105). Sum of RGB (Red+Green+Blue) = 43+162+105=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 162 (63.67% from 255 or 52.26% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 162 - color contains mainly: green. Hex color #2BA269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA269 is #D45D96. Grayscale: #787878. Windows color (decimal): -13917591 or 6922795. OLE color: 6922795.
HSL color Cylindrical-coordinate representation of color #2BA269: hue angle of 151.26º 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 #2BA269 is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 162 | 105 | - |
| CMYK | 0.73 | 0 | 0.35 | 0.36 |
| HSL | 151.26º | 0.58% | 0.4% | - |
| HSV(B) | 151.26º | 0.73% | 0.64% | - |
| XYZ | 16.47 | 27.37 | 17.78 | - |
| YUV | 119.92 | 119.58 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 162 | 105 | 0.73 | 0 | 0.35 | 0.36 | 151.26 | 0.58 | 0.4 |
| Hex | 2B | A2 | 69 | 49 | 0 | 23 | 24 | 97 | 3A | 28 |
| Octal | 53 | 242 | 151 | 111 | 0 | 43 | 44 | 227 | 72 | 50 |
| Binary | 101011 | 10100010 | 1101001 | 1001001 | 0 | 100011 | 100100 | 10010111 | 111010 | 101000 |
Color Harmonies of #2BA269
Complementary color
Monochromatic Colors of #2BA269
Black with #2BA269
Text Example
Text Example
White with #2BA269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA269; }
p { color: rgb(43,162,105); }
H1.HeaderClassName
{
color: #2BA269;
}
.AnyTagClassName
{
color: #2BA269;
}
</style>
background-color css
<style>
a { background-color: #2BA269; }
a { background-color: rgb(43,162,105); }
div.DivClassName
{
background-color: #2BA269;
}
.BgClassName
{
background-color: #2BA269;
}
</style>
border-color css
<style>
span { border-color: #2BA269; }
span { border-color: rgb(43,162,105); }
td.TdClassName
{
border-color: #2BA269;
}
.TagClassName
{
border-color: #2BA269;
}
</style>