Shades of Eucalyptus #2B9C55
Tints of Eucalyptus #2B9C55
RGB
CMYK
RGB Variations
Color information
#2B9C55 (or 0x2B9C55) is known color: Eucalyptus. HEX triplet: 2B, 9C and 55. RGB value is (43,156,85). Sum of RGB (Red+Green+Blue) = 43+156+85=284 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.14% from 284); Green value is 156 (61.33% from 255 or 54.93% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 156 - color contains mainly: green. Hex color #2B9C55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9C55 is #D463AA. Grayscale: #727272. Windows color (decimal): -13919147 or 5610539. OLE color: 5610539.
HSL color Cylindrical-coordinate representation of color #2B9C55: hue angle of 142.3º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9C55 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 156 | 85 | - |
| CMYK | 0.72 | 0 | 0.46 | 0.39 |
| HSL | 142.3º | 0.57% | 0.39% | - |
| HSV(B) | 142.3º | 0.72% | 0.61% | - |
| XYZ | 14.52 | 24.95 | 12.64 | - |
| YUV | 114.12 | 111.56 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 156 | 85 | 0.72 | 0 | 0.46 | 0.39 | 142.3 | 0.57 | 0.39 |
| Hex | 2B | 9C | 55 | 48 | 0 | 2E | 27 | 8E | 39 | 27 |
| Octal | 53 | 234 | 125 | 110 | 0 | 56 | 47 | 216 | 71 | 47 |
| Binary | 101011 | 10011100 | 1010101 | 1001000 | 0 | 101110 | 100111 | 10001110 | 111001 | 100111 |
Color Harmonies of #2B9C55
Complementary color
Monochromatic Colors of #2B9C55
Black with #2B9C55
Text Example
Text Example
White with #2B9C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9C55; }
p { color: rgb(43,156,85); }
H1.HeaderClassName
{
color: #2B9C55;
}
.AnyTagClassName
{
color: #2B9C55;
}
</style>
background-color css
<style>
a { background-color: #2B9C55; }
a { background-color: rgb(43,156,85); }
div.DivClassName
{
background-color: #2B9C55;
}
.BgClassName
{
background-color: #2B9C55;
}
</style>
border-color css
<style>
span { border-color: #2B9C55; }
span { border-color: rgb(43,156,85); }
td.TdClassName
{
border-color: #2B9C55;
}
.TagClassName
{
border-color: #2B9C55;
}
</style>