Shades of Eucalyptus #2BAE5A
Tints of Eucalyptus #2BAE5A
RGB
CMYK
RGB Variations
Color information
#2BAE5A (or 0x2BAE5A) is known color: Eucalyptus. HEX triplet: 2B, AE and 5A. RGB value is (43,174,90). Sum of RGB (Red+Green+Blue) = 43+174+90=307 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.01% from 307); Green value is 174 (68.36% from 255 or 56.68% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAE5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAE5A is #D451A5. Grayscale: #7D7D7D. Windows color (decimal): -13914534 or 5942827. OLE color: 5942827.
HSL color Cylindrical-coordinate representation of color #2BAE5A: hue angle of 141.53º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAE5A is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 174 | 90 | - |
| CMYK | 0.75 | 0 | 0.48 | 0.32 |
| HSL | 141.53º | 0.6% | 0.43% | - |
| HSV(B) | 141.53º | 0.75% | 0.68% | - |
| XYZ | 17.98 | 31.52 | 14.81 | - |
| YUV | 125.26 | 108.1 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 174 | 90 | 0.75 | 0 | 0.48 | 0.32 | 141.53 | 0.6 | 0.43 |
| Hex | 2B | AE | 5A | 4B | 0 | 30 | 20 | 8E | 3C | 2B |
| Octal | 53 | 256 | 132 | 113 | 0 | 60 | 40 | 216 | 74 | 53 |
| Binary | 101011 | 10101110 | 1011010 | 1001011 | 0 | 110000 | 100000 | 10001110 | 111100 | 101011 |
Color Harmonies of #2BAE5A
Complementary color
Monochromatic Colors of #2BAE5A
Black with #2BAE5A
Text Example
Text Example
White with #2BAE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAE5A; }
p { color: rgb(43,174,90); }
H1.HeaderClassName
{
color: #2BAE5A;
}
.AnyTagClassName
{
color: #2BAE5A;
}
</style>
background-color css
<style>
a { background-color: #2BAE5A; }
a { background-color: rgb(43,174,90); }
div.DivClassName
{
background-color: #2BAE5A;
}
.BgClassName
{
background-color: #2BAE5A;
}
</style>
border-color css
<style>
span { border-color: #2BAE5A; }
span { border-color: rgb(43,174,90); }
td.TdClassName
{
border-color: #2BAE5A;
}
.TagClassName
{
border-color: #2BAE5A;
}
</style>