Shades of Eucalyptus #2B956B
Tints of Eucalyptus #2B956B
RGB
CMYK
RGB Variations
Color information
#2B956B (or 0x2B956B) is known color: Eucalyptus. HEX triplet: 2B, 95 and 6B. RGB value is (43,149,107). Sum of RGB (Red+Green+Blue) = 43+149+107=299 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.38% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #2B956B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B956B is #D46A94. Grayscale: #707070. Windows color (decimal): -13920917 or 7050539. OLE color: 7050539.
HSL color Cylindrical-coordinate representation of color #2B956B: hue angle of 156.23º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B956B is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 149 | 107 | - |
| CMYK | 0.71 | 0 | 0.28 | 0.42 |
| HSL | 156.23º | 0.55% | 0.38% | - |
| HSV(B) | 156.23º | 0.71% | 0.58% | - |
| XYZ | 14.4 | 23.07 | 17.6 | - |
| YUV | 112.52 | 124.88 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 149 | 107 | 0.71 | 0 | 0.28 | 0.42 | 156.23 | 0.55 | 0.38 |
| Hex | 2B | 95 | 6B | 47 | 0 | 1C | 2A | 9C | 37 | 26 |
| Octal | 53 | 225 | 153 | 107 | 0 | 34 | 52 | 234 | 67 | 46 |
| Binary | 101011 | 10010101 | 1101011 | 1000111 | 0 | 11100 | 101010 | 10011100 | 110111 | 100110 |
Color Harmonies of #2B956B
Complementary color
Monochromatic Colors of #2B956B
Black with #2B956B
Text Example
Text Example
White with #2B956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B956B; }
p { color: rgb(43,149,107); }
H1.HeaderClassName
{
color: #2B956B;
}
.AnyTagClassName
{
color: #2B956B;
}
</style>
background-color css
<style>
a { background-color: #2B956B; }
a { background-color: rgb(43,149,107); }
div.DivClassName
{
background-color: #2B956B;
}
.BgClassName
{
background-color: #2B956B;
}
</style>
border-color css
<style>
span { border-color: #2B956B; }
span { border-color: rgb(43,149,107); }
td.TdClassName
{
border-color: #2B956B;
}
.TagClassName
{
border-color: #2B956B;
}
</style>