Shades of Eucalyptus #2BAB5B
Tints of Eucalyptus #2BAB5B
RGB
CMYK
RGB Variations
Color information
#2BAB5B (or 0x2BAB5B) is known color: Eucalyptus. HEX triplet: 2B, AB and 5B. RGB value is (43,171,91). Sum of RGB (Red+Green+Blue) = 43+171+91=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 171 (67.19% from 255 or 56.07% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 171 - color contains mainly: green. Hex color #2BAB5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAB5B is #D454A4. Grayscale: #7B7B7B. Windows color (decimal): -13915301 or 6007595. OLE color: 6007595.
HSL color Cylindrical-coordinate representation of color #2BAB5B: hue angle of 142.5º 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 #2BAB5B is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 171 | 91 | - |
| CMYK | 0.75 | 0 | 0.47 | 0.33 |
| HSL | 142.5º | 0.6% | 0.42% | - |
| HSV(B) | 142.5º | 0.75% | 0.67% | - |
| XYZ | 17.45 | 30.39 | 14.84 | - |
| YUV | 123.61 | 109.59 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 171 | 91 | 0.75 | 0 | 0.47 | 0.33 | 142.5 | 0.6 | 0.42 |
| Hex | 2B | AB | 5B | 4B | 0 | 2F | 21 | 8E | 3C | 2A |
| Octal | 53 | 253 | 133 | 113 | 0 | 57 | 41 | 216 | 74 | 52 |
| Binary | 101011 | 10101011 | 1011011 | 1001011 | 0 | 101111 | 100001 | 10001110 | 111100 | 101010 |
Color Harmonies of #2BAB5B
Complementary color
Monochromatic Colors of #2BAB5B
Black with #2BAB5B
Text Example
Text Example
White with #2BAB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAB5B; }
p { color: rgb(43,171,91); }
H1.HeaderClassName
{
color: #2BAB5B;
}
.AnyTagClassName
{
color: #2BAB5B;
}
</style>
background-color css
<style>
a { background-color: #2BAB5B; }
a { background-color: rgb(43,171,91); }
div.DivClassName
{
background-color: #2BAB5B;
}
.BgClassName
{
background-color: #2BAB5B;
}
</style>
border-color css
<style>
span { border-color: #2BAB5B; }
span { border-color: rgb(43,171,91); }
td.TdClassName
{
border-color: #2BAB5B;
}
.TagClassName
{
border-color: #2BAB5B;
}
</style>