Shades of Eucalyptus #2BAE5B
Tints of Eucalyptus #2BAE5B
RGB
CMYK
RGB Variations
Color information
#2BAE5B (or 0x2BAE5B) is known color: Eucalyptus. HEX triplet: 2B, AE and 5B. RGB value is (43,174,91). Sum of RGB (Red+Green+Blue) = 43+174+91=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 174 (68.36% from 255 or 56.49% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAE5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAE5B is #D451A4. Grayscale: #7D7D7D. Windows color (decimal): -13914533 or 6008363. OLE color: 6008363.
HSL color Cylindrical-coordinate representation of color #2BAE5B: hue angle of 141.98º 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 #2BAE5B is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 174 | 91 | - |
| CMYK | 0.75 | 0 | 0.48 | 0.32 |
| HSL | 141.98º | 0.6% | 0.43% | - |
| HSV(B) | 141.98º | 0.75% | 0.68% | - |
| XYZ | 18.02 | 31.54 | 15.04 | - |
| YUV | 125.37 | 108.6 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 174 | 91 | 0.75 | 0 | 0.48 | 0.32 | 141.98 | 0.6 | 0.43 |
| Hex | 2B | AE | 5B | 4B | 0 | 30 | 20 | 8E | 3C | 2B |
| Octal | 53 | 256 | 133 | 113 | 0 | 60 | 40 | 216 | 74 | 53 |
| Binary | 101011 | 10101110 | 1011011 | 1001011 | 0 | 110000 | 100000 | 10001110 | 111100 | 101011 |
Color Harmonies of #2BAE5B
Complementary color
Monochromatic Colors of #2BAE5B
Black with #2BAE5B
Text Example
Text Example
White with #2BAE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAE5B; }
p { color: rgb(43,174,91); }
H1.HeaderClassName
{
color: #2BAE5B;
}
.AnyTagClassName
{
color: #2BAE5B;
}
</style>
background-color css
<style>
a { background-color: #2BAE5B; }
a { background-color: rgb(43,174,91); }
div.DivClassName
{
background-color: #2BAE5B;
}
.BgClassName
{
background-color: #2BAE5B;
}
</style>
border-color css
<style>
span { border-color: #2BAE5B; }
span { border-color: rgb(43,174,91); }
td.TdClassName
{
border-color: #2BAE5B;
}
.TagClassName
{
border-color: #2BAE5B;
}
</style>