Shades of Eucalyptus #2BAA5A
Tints of Eucalyptus #2BAA5A
RGB
CMYK
RGB Variations
Color information
#2BAA5A (or 0x2BAA5A) is known color: Eucalyptus. HEX triplet: 2B, AA and 5A. RGB value is (43,170,90). Sum of RGB (Red+Green+Blue) = 43+170+90=303 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.19% from 303); Green value is 170 (66.80% from 255 or 56.11% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAA5A is #D455A5. Grayscale: #7B7B7B. Windows color (decimal): -13915558 or 5941803. OLE color: 5941803.
HSL color Cylindrical-coordinate representation of color #2BAA5A: hue angle of 142.2º 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 #2BAA5A is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 90 | - |
| CMYK | 0.75 | 0 | 0.47 | 0.33 |
| HSL | 142.2º | 0.6% | 0.42% | - |
| HSV(B) | 142.2º | 0.75% | 0.67% | - |
| XYZ | 17.22 | 30 | 14.56 | - |
| YUV | 122.91 | 109.42 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 90 | 0.75 | 0 | 0.47 | 0.33 | 142.2 | 0.6 | 0.42 |
| Hex | 2B | AA | 5A | 4B | 0 | 2F | 21 | 8E | 3C | 2A |
| Octal | 53 | 252 | 132 | 113 | 0 | 57 | 41 | 216 | 74 | 52 |
| Binary | 101011 | 10101010 | 1011010 | 1001011 | 0 | 101111 | 100001 | 10001110 | 111100 | 101010 |
Color Harmonies of #2BAA5A
Complementary color
Monochromatic Colors of #2BAA5A
Black with #2BAA5A
Text Example
Text Example
White with #2BAA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA5A; }
p { color: rgb(43,170,90); }
H1.HeaderClassName
{
color: #2BAA5A;
}
.AnyTagClassName
{
color: #2BAA5A;
}
</style>
background-color css
<style>
a { background-color: #2BAA5A; }
a { background-color: rgb(43,170,90); }
div.DivClassName
{
background-color: #2BAA5A;
}
.BgClassName
{
background-color: #2BAA5A;
}
</style>
border-color css
<style>
span { border-color: #2BAA5A; }
span { border-color: rgb(43,170,90); }
td.TdClassName
{
border-color: #2BAA5A;
}
.TagClassName
{
border-color: #2BAA5A;
}
</style>