Shades of Eucalyptus #2BAA55
Tints of Eucalyptus #2BAA55
RGB
CMYK
RGB Variations
Color information
#2BAA55 (or 0x2BAA55) is known color: Eucalyptus. HEX triplet: 2B, AA and 55. RGB value is (43,170,85). Sum of RGB (Red+Green+Blue) = 43+170+85=298 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.43% from 298); Green value is 170 (66.80% from 255 or 57.05% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAA55 is #D455AA. Grayscale: #7A7A7A. Windows color (decimal): -13915563 or 5614123. OLE color: 5614123.
HSL color Cylindrical-coordinate representation of color #2BAA55: hue angle of 139.84º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAA55 is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 85 | - |
| CMYK | 0.75 | 0 | 0.50 | 0.33 |
| HSL | 139.84º | 0.6% | 0.42% | - |
| HSV(B) | 139.84º | 0.75% | 0.67% | - |
| XYZ | 17.01 | 29.92 | 13.47 | - |
| YUV | 122.34 | 106.92 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 85 | 0.75 | 0 | 0.50 | 0.33 | 139.84 | 0.6 | 0.42 |
| Hex | 2B | AA | 55 | 4B | 0 | 32 | 21 | 8C | 3C | 2A |
| Octal | 53 | 252 | 125 | 113 | 0 | 62 | 41 | 214 | 74 | 52 |
| Binary | 101011 | 10101010 | 1010101 | 1001011 | 0 | 110010 | 100001 | 10001100 | 111100 | 101010 |
Color Harmonies of #2BAA55
Complementary color
Monochromatic Colors of #2BAA55
Black with #2BAA55
Text Example
Text Example
White with #2BAA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA55; }
p { color: rgb(43,170,85); }
H1.HeaderClassName
{
color: #2BAA55;
}
.AnyTagClassName
{
color: #2BAA55;
}
</style>
background-color css
<style>
a { background-color: #2BAA55; }
a { background-color: rgb(43,170,85); }
div.DivClassName
{
background-color: #2BAA55;
}
.BgClassName
{
background-color: #2BAA55;
}
</style>
border-color css
<style>
span { border-color: #2BAA55; }
span { border-color: rgb(43,170,85); }
td.TdClassName
{
border-color: #2BAA55;
}
.TagClassName
{
border-color: #2BAA55;
}
</style>