Shades of Eucalyptus #2B9A56
Tints of Eucalyptus #2B9A56
RGB
CMYK
RGB Variations
Color information
#2B9A56 (or 0x2B9A56) is known color: Eucalyptus. HEX triplet: 2B, 9A and 56. RGB value is (43,154,86). Sum of RGB (Red+Green+Blue) = 43+154+86=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 154 (60.55% from 255 or 54.42% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 154 - color contains mainly: green. Hex color #2B9A56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9A56 is #D465A9. Grayscale: #717171. Windows color (decimal): -13919658 or 5675563. OLE color: 5675563.
HSL color Cylindrical-coordinate representation of color #2B9A56: hue angle of 143.24º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9A56 is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 154 | 86 | - |
| CMYK | 0.72 | 0 | 0.44 | 0.40 |
| HSL | 143.24º | 0.56% | 0.39% | - |
| HSV(B) | 143.24º | 0.72% | 0.6% | - |
| XYZ | 14.23 | 24.3 | 12.74 | - |
| YUV | 113.06 | 112.73 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 154 | 86 | 0.72 | 0 | 0.44 | 0.40 | 143.24 | 0.56 | 0.39 |
| Hex | 2B | 9A | 56 | 48 | 0 | 2C | 28 | 8F | 38 | 27 |
| Octal | 53 | 232 | 126 | 110 | 0 | 54 | 50 | 217 | 70 | 47 |
| Binary | 101011 | 10011010 | 1010110 | 1001000 | 0 | 101100 | 101000 | 10001111 | 111000 | 100111 |
Color Harmonies of #2B9A56
Complementary color
Monochromatic Colors of #2B9A56
Black with #2B9A56
Text Example
Text Example
White with #2B9A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9A56; }
p { color: rgb(43,154,86); }
H1.HeaderClassName
{
color: #2B9A56;
}
.AnyTagClassName
{
color: #2B9A56;
}
</style>
background-color css
<style>
a { background-color: #2B9A56; }
a { background-color: rgb(43,154,86); }
div.DivClassName
{
background-color: #2B9A56;
}
.BgClassName
{
background-color: #2B9A56;
}
</style>
border-color css
<style>
span { border-color: #2B9A56; }
span { border-color: rgb(43,154,86); }
td.TdClassName
{
border-color: #2B9A56;
}
.TagClassName
{
border-color: #2B9A56;
}
</style>