Shades of Eucalyptus #2B9955
Tints of Eucalyptus #2B9955
RGB
CMYK
RGB Variations
Color information
#2B9955 (or 0x2B9955) is known color: Eucalyptus. HEX triplet: 2B, 99 and 55. RGB value is (43,153,85). Sum of RGB (Red+Green+Blue) = 43+153+85=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 153 (60.16% from 255 or 54.45% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 153 - color contains mainly: green. Hex color #2B9955 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9955 is #D466AA. Grayscale: #707070. Windows color (decimal): -13919915 or 5609771. OLE color: 5609771.
HSL color Cylindrical-coordinate representation of color #2B9955: hue angle of 142.91º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9955 is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 43 | 153 | 85 | - |
| CMYK | 0.72 | 0 | 0.44 | 0.4 |
| HSL | 142.91º | 0.56% | 0.38% | - |
| HSV(B) | 142.91º | 0.72% | 0.6% | - |
| XYZ | 14.03 | 23.95 | 12.48 | - |
| YUV | 112.36 | 112.56 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 153 | 85 | 0.72 | 0 | 0.44 | 0.4 | 142.91 | 0.56 | 0.38 |
| Hex | 2B | 99 | 55 | 48 | 0 | 2C | 28 | 8F | 38 | 26 |
| Octal | 53 | 231 | 125 | 110 | 0 | 54 | 50 | 217 | 70 | 46 |
| Binary | 101011 | 10011001 | 1010101 | 1001000 | 0 | 101100 | 101000 | 10001111 | 111000 | 100110 |
Color Harmonies of #2B9955
Complementary color
Monochromatic Colors of #2B9955
Black with #2B9955
Text Example
Text Example
White with #2B9955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9955; }
p { color: rgb(43,153,85); }
H1.HeaderClassName
{
color: #2B9955;
}
.AnyTagClassName
{
color: #2B9955;
}
</style>
background-color css
<style>
a { background-color: #2B9955; }
a { background-color: rgb(43,153,85); }
div.DivClassName
{
background-color: #2B9955;
}
.BgClassName
{
background-color: #2B9955;
}
</style>
border-color css
<style>
span { border-color: #2B9955; }
span { border-color: rgb(43,153,85); }
td.TdClassName
{
border-color: #2B9955;
}
.TagClassName
{
border-color: #2B9955;
}
</style>