Shades of Eucalyptus #2B966B
Tints of Eucalyptus #2B966B
RGB
CMYK
RGB Variations
Color information
#2B966B (or 0x2B966B) is known color: Eucalyptus. HEX triplet: 2B, 96 and 6B. RGB value is (43,150,107). Sum of RGB (Red+Green+Blue) = 43+150+107=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 150 (58.98% from 255 or 50% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 150 - color contains mainly: green. Hex color #2B966B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B966B is #D46994. Grayscale: #717171. Windows color (decimal): -13920661 or 7050795. OLE color: 7050795.
HSL color Cylindrical-coordinate representation of color #2B966B: hue angle of 155.89º 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 #2B966B is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 43 | 150 | 107 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.41 |
| HSL | 155.89º | 0.55% | 0.38% | - |
| HSV(B) | 155.89º | 0.71% | 0.59% | - |
| XYZ | 14.56 | 23.39 | 17.66 | - |
| YUV | 113.11 | 124.55 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 150 | 107 | 0.71 | 0 | 0.29 | 0.41 | 155.89 | 0.55 | 0.38 |
| Hex | 2B | 96 | 6B | 47 | 0 | 1D | 29 | 9C | 37 | 26 |
| Octal | 53 | 226 | 153 | 107 | 0 | 35 | 51 | 234 | 67 | 46 |
| Binary | 101011 | 10010110 | 1101011 | 1000111 | 0 | 11101 | 101001 | 10011100 | 110111 | 100110 |
Color Harmonies of #2B966B
Complementary color
Monochromatic Colors of #2B966B
Black with #2B966B
Text Example
Text Example
White with #2B966B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B966B; }
p { color: rgb(43,150,107); }
H1.HeaderClassName
{
color: #2B966B;
}
.AnyTagClassName
{
color: #2B966B;
}
</style>
background-color css
<style>
a { background-color: #2B966B; }
a { background-color: rgb(43,150,107); }
div.DivClassName
{
background-color: #2B966B;
}
.BgClassName
{
background-color: #2B966B;
}
</style>
border-color css
<style>
span { border-color: #2B966B; }
span { border-color: rgb(43,150,107); }
td.TdClassName
{
border-color: #2B966B;
}
.TagClassName
{
border-color: #2B966B;
}
</style>