Shades of Eucalyptus #2BAA65
Tints of Eucalyptus #2BAA65
RGB
CMYK
RGB Variations
Color information
#2BAA65 (or 0x2BAA65) is known color: Eucalyptus. HEX triplet: 2B, AA and 65. RGB value is (43,170,101). Sum of RGB (Red+Green+Blue) = 43+170+101=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 170 (66.80% from 255 or 54.14% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAA65 is #D4559A. Grayscale: #7C7C7C. Windows color (decimal): -13915547 or 6662699. OLE color: 6662699.
HSL color Cylindrical-coordinate representation of color #2BAA65: hue angle of 147.4º 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 #2BAA65 is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 101 | - |
| CMYK | 0.75 | 0 | 0.41 | 0.33 |
| HSL | 147.4º | 0.6% | 0.42% | - |
| HSV(B) | 147.4º | 0.75% | 0.67% | - |
| XYZ | 17.72 | 30.2 | 17.21 | - |
| YUV | 124.16 | 114.92 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 101 | 0.75 | 0 | 0.41 | 0.33 | 147.4 | 0.6 | 0.42 |
| Hex | 2B | AA | 65 | 4B | 0 | 29 | 21 | 93 | 3C | 2A |
| Octal | 53 | 252 | 145 | 113 | 0 | 51 | 41 | 223 | 74 | 52 |
| Binary | 101011 | 10101010 | 1100101 | 1001011 | 0 | 101001 | 100001 | 10010011 | 111100 | 101010 |
Color Harmonies of #2BAA65
Complementary color
Monochromatic Colors of #2BAA65
Black with #2BAA65
Text Example
Text Example
White with #2BAA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA65; }
p { color: rgb(43,170,101); }
H1.HeaderClassName
{
color: #2BAA65;
}
.AnyTagClassName
{
color: #2BAA65;
}
</style>
background-color css
<style>
a { background-color: #2BAA65; }
a { background-color: rgb(43,170,101); }
div.DivClassName
{
background-color: #2BAA65;
}
.BgClassName
{
background-color: #2BAA65;
}
</style>
border-color css
<style>
span { border-color: #2BAA65; }
span { border-color: rgb(43,170,101); }
td.TdClassName
{
border-color: #2BAA65;
}
.TagClassName
{
border-color: #2BAA65;
}
</style>