Shades of Eucalyptus #2B966D
Tints of Eucalyptus #2B966D
RGB
CMYK
RGB Variations
Color information
#2B966D (or 0x2B966D) is known color: Eucalyptus. HEX triplet: 2B, 96 and 6D. RGB value is (43,150,109). Sum of RGB (Red+Green+Blue) = 43+150+109=302 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.24% from 302); Green value is 150 (58.98% from 255 or 49.67% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 150 - color contains mainly: green. Hex color #2B966D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B966D is #D46992. Grayscale: #717171. Windows color (decimal): -13920659 or 7181867. OLE color: 7181867.
HSL color Cylindrical-coordinate representation of color #2B966D: hue angle of 157.01º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B966D is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 43 | 150 | 109 | - |
| CMYK | 0.71 | 0 | 0.27 | 0.41 |
| HSL | 157.01º | 0.55% | 0.38% | - |
| HSV(B) | 157.01º | 0.71% | 0.59% | - |
| XYZ | 14.66 | 23.43 | 18.22 | - |
| YUV | 113.33 | 125.55 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 150 | 109 | 0.71 | 0 | 0.27 | 0.41 | 157.01 | 0.55 | 0.38 |
| Hex | 2B | 96 | 6D | 47 | 0 | 1B | 29 | 9D | 37 | 26 |
| Octal | 53 | 226 | 155 | 107 | 0 | 33 | 51 | 235 | 67 | 46 |
| Binary | 101011 | 10010110 | 1101101 | 1000111 | 0 | 11011 | 101001 | 10011101 | 110111 | 100110 |
Color Harmonies of #2B966D
Complementary color
Monochromatic Colors of #2B966D
Black with #2B966D
Text Example
Text Example
White with #2B966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B966D; }
p { color: rgb(43,150,109); }
H1.HeaderClassName
{
color: #2B966D;
}
.AnyTagClassName
{
color: #2B966D;
}
</style>
background-color css
<style>
a { background-color: #2B966D; }
a { background-color: rgb(43,150,109); }
div.DivClassName
{
background-color: #2B966D;
}
.BgClassName
{
background-color: #2B966D;
}
</style>
border-color css
<style>
span { border-color: #2B966D; }
span { border-color: rgb(43,150,109); }
td.TdClassName
{
border-color: #2B966D;
}
.TagClassName
{
border-color: #2B966D;
}
</style>