Shades of Eucalyptus #2BAA56
Tints of Eucalyptus #2BAA56
RGB
CMYK
RGB Variations
Color information
#2BAA56 (or 0x2BAA56) is known color: Eucalyptus. HEX triplet: 2B, AA and 56. RGB value is (43,170,86). Sum of RGB (Red+Green+Blue) = 43+170+86=299 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.38% from 299); Green value is 170 (66.80% from 255 or 56.86% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAA56 is #D455A9. Grayscale: #7A7A7A. Windows color (decimal): -13915562 or 5679659. OLE color: 5679659.
HSL color Cylindrical-coordinate representation of color #2BAA56: hue angle of 140.31º 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 #2BAA56 is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 86 | - |
| CMYK | 0.75 | 0 | 0.49 | 0.33 |
| HSL | 140.32º | 0.6% | 0.42% | - |
| HSV(B) | 140.32º | 0.75% | 0.67% | - |
| XYZ | 17.05 | 29.93 | 13.68 | - |
| YUV | 122.45 | 107.42 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 86 | 0.75 | 0 | 0.49 | 0.33 | 140.32 | 0.6 | 0.42 |
| Hex | 2B | AA | 56 | 4B | 0 | 31 | 21 | 8C | 3C | 2A |
| Octal | 53 | 252 | 126 | 113 | 0 | 61 | 41 | 214 | 74 | 52 |
| Binary | 101011 | 10101010 | 1010110 | 1001011 | 0 | 110001 | 100001 | 10001100 | 111100 | 101010 |
Color Harmonies of #2BAA56
Complementary color
Monochromatic Colors of #2BAA56
Black with #2BAA56
Text Example
Text Example
White with #2BAA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA56; }
p { color: rgb(43,170,86); }
H1.HeaderClassName
{
color: #2BAA56;
}
.AnyTagClassName
{
color: #2BAA56;
}
</style>
background-color css
<style>
a { background-color: #2BAA56; }
a { background-color: rgb(43,170,86); }
div.DivClassName
{
background-color: #2BAA56;
}
.BgClassName
{
background-color: #2BAA56;
}
</style>
border-color css
<style>
span { border-color: #2BAA56; }
span { border-color: rgb(43,170,86); }
td.TdClassName
{
border-color: #2BAA56;
}
.TagClassName
{
border-color: #2BAA56;
}
</style>