Shades of Eucalyptus #2B9365
Tints of Eucalyptus #2B9365
RGB
CMYK
RGB Variations
Color information
#2B9365 (or 0x2B9365) is known color: Eucalyptus. HEX triplet: 2B, 93 and 65. RGB value is (43,147,101). Sum of RGB (Red+Green+Blue) = 43+147+101=291 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.78% from 291); Green value is 147 (57.81% from 255 or 50.52% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 147 - color contains mainly: green. Hex color #2B9365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9365 is #D46C9A. Grayscale: #6E6E6E. Windows color (decimal): -13921435 or 6656811. OLE color: 6656811.
HSL color Cylindrical-coordinate representation of color #2B9365: hue angle of 153.46º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9365 is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 147 | 101 | - |
| CMYK | 0.71 | 0 | 0.31 | 0.42 |
| HSL | 153.46º | 0.55% | 0.37% | - |
| HSV(B) | 153.46º | 0.71% | 0.58% | - |
| XYZ | 13.78 | 22.32 | 15.89 | - |
| YUV | 110.66 | 122.54 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 147 | 101 | 0.71 | 0 | 0.31 | 0.42 | 153.46 | 0.55 | 0.37 |
| Hex | 2B | 93 | 65 | 47 | 0 | 1F | 2A | 99 | 37 | 25 |
| Octal | 53 | 223 | 145 | 107 | 0 | 37 | 52 | 231 | 67 | 45 |
| Binary | 101011 | 10010011 | 1100101 | 1000111 | 0 | 11111 | 101010 | 10011001 | 110111 | 100101 |
Color Harmonies of #2B9365
Complementary color
Monochromatic Colors of #2B9365
Black with #2B9365
Text Example
Text Example
White with #2B9365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9365; }
p { color: rgb(43,147,101); }
H1.HeaderClassName
{
color: #2B9365;
}
.AnyTagClassName
{
color: #2B9365;
}
</style>
background-color css
<style>
a { background-color: #2B9365; }
a { background-color: rgb(43,147,101); }
div.DivClassName
{
background-color: #2B9365;
}
.BgClassName
{
background-color: #2B9365;
}
</style>
border-color css
<style>
span { border-color: #2B9365; }
span { border-color: rgb(43,147,101); }
td.TdClassName
{
border-color: #2B9365;
}
.TagClassName
{
border-color: #2B9365;
}
</style>