Shades of Eucalyptus #2BAA5D
Tints of Eucalyptus #2BAA5D
RGB
CMYK
RGB Variations
Color information
#2BAA5D (or 0x2BAA5D) is known color: Eucalyptus. HEX triplet: 2B, AA and 5D. RGB value is (43,170,93). Sum of RGB (Red+Green+Blue) = 43+170+93=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 170 (66.80% from 255 or 55.56% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAA5D is #D455A2. Grayscale: #7B7B7B. Windows color (decimal): -13915555 or 6138411. OLE color: 6138411.
HSL color Cylindrical-coordinate representation of color #2BAA5D: hue angle of 143.62º 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 #2BAA5D is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 93 | - |
| CMYK | 0.75 | 0 | 0.45 | 0.33 |
| HSL | 143.62º | 0.6% | 0.42% | - |
| HSV(B) | 143.62º | 0.75% | 0.67% | - |
| XYZ | 17.35 | 30.05 | 15.24 | - |
| YUV | 123.25 | 110.92 | 70.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 93 | 0.75 | 0 | 0.45 | 0.33 | 143.62 | 0.6 | 0.42 |
| Hex | 2B | AA | 5D | 4B | 0 | 2D | 21 | 90 | 3C | 2A |
| Octal | 53 | 252 | 135 | 113 | 0 | 55 | 41 | 220 | 74 | 52 |
| Binary | 101011 | 10101010 | 1011101 | 1001011 | 0 | 101101 | 100001 | 10010000 | 111100 | 101010 |
Color Harmonies of #2BAA5D
Complementary color
Monochromatic Colors of #2BAA5D
Black with #2BAA5D
Text Example
Text Example
White with #2BAA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA5D; }
p { color: rgb(43,170,93); }
H1.HeaderClassName
{
color: #2BAA5D;
}
.AnyTagClassName
{
color: #2BAA5D;
}
</style>
background-color css
<style>
a { background-color: #2BAA5D; }
a { background-color: rgb(43,170,93); }
div.DivClassName
{
background-color: #2BAA5D;
}
.BgClassName
{
background-color: #2BAA5D;
}
</style>
border-color css
<style>
span { border-color: #2BAA5D; }
span { border-color: rgb(43,170,93); }
td.TdClassName
{
border-color: #2BAA5D;
}
.TagClassName
{
border-color: #2BAA5D;
}
</style>