Shades of Eucalyptus #2B9568
Tints of Eucalyptus #2B9568
RGB
CMYK
RGB Variations
Color information
#2B9568 (or 0x2B9568) is known color: Eucalyptus. HEX triplet: 2B, 95 and 68. RGB value is (43,149,104). Sum of RGB (Red+Green+Blue) = 43+149+104=296 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.53% from 296); Green value is 149 (58.59% from 255 or 50.34% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 149 - color contains mainly: green. Hex color #2B9568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9568 is #D46A97. Grayscale: #707070. Windows color (decimal): -13920920 or 6853931. OLE color: 6853931.
HSL color Cylindrical-coordinate representation of color #2B9568: hue angle of 154.53º 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 #2B9568 is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 149 | 104 | - |
| CMYK | 0.71 | 0 | 0.30 | 0.42 |
| HSL | 154.53º | 0.55% | 0.38% | - |
| HSV(B) | 154.53º | 0.71% | 0.58% | - |
| XYZ | 14.24 | 23.01 | 16.79 | - |
| YUV | 112.18 | 123.38 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 149 | 104 | 0.71 | 0 | 0.30 | 0.42 | 154.53 | 0.55 | 0.38 |
| Hex | 2B | 95 | 68 | 47 | 0 | 1E | 2A | 9B | 37 | 26 |
| Octal | 53 | 225 | 150 | 107 | 0 | 36 | 52 | 233 | 67 | 46 |
| Binary | 101011 | 10010101 | 1101000 | 1000111 | 0 | 11110 | 101010 | 10011011 | 110111 | 100110 |
Color Harmonies of #2B9568
Complementary color
Monochromatic Colors of #2B9568
Black with #2B9568
Text Example
Text Example
White with #2B9568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9568; }
p { color: rgb(43,149,104); }
H1.HeaderClassName
{
color: #2B9568;
}
.AnyTagClassName
{
color: #2B9568;
}
</style>
background-color css
<style>
a { background-color: #2B9568; }
a { background-color: rgb(43,149,104); }
div.DivClassName
{
background-color: #2B9568;
}
.BgClassName
{
background-color: #2B9568;
}
</style>
border-color css
<style>
span { border-color: #2B9568; }
span { border-color: rgb(43,149,104); }
td.TdClassName
{
border-color: #2B9568;
}
.TagClassName
{
border-color: #2B9568;
}
</style>