Shades of Eucalyptus #2B9662
Tints of Eucalyptus #2B9662
RGB
CMYK
RGB Variations
Color information
#2B9662 (or 0x2B9662) is known color: Eucalyptus. HEX triplet: 2B, 96 and 62. RGB value is (43,150,98). Sum of RGB (Red+Green+Blue) = 43+150+98=291 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.78% from 291); Green value is 150 (58.98% from 255 or 51.55% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 150 - color contains mainly: green. Hex color #2B9662 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9662 is #D4699D. Grayscale: #707070. Windows color (decimal): -13920670 or 6460971. OLE color: 6460971.
HSL color Cylindrical-coordinate representation of color #2B9662: hue angle of 150.84º 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 #2B9662 is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 43 | 150 | 98 | - |
| CMYK | 0.71 | 0 | 0.35 | 0.41 |
| HSL | 150.84º | 0.55% | 0.38% | - |
| HSV(B) | 150.84º | 0.71% | 0.59% | - |
| XYZ | 14.11 | 23.21 | 15.29 | - |
| YUV | 112.08 | 120.05 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 150 | 98 | 0.71 | 0 | 0.35 | 0.41 | 150.84 | 0.55 | 0.38 |
| Hex | 2B | 96 | 62 | 47 | 0 | 23 | 29 | 97 | 37 | 26 |
| Octal | 53 | 226 | 142 | 107 | 0 | 43 | 51 | 227 | 67 | 46 |
| Binary | 101011 | 10010110 | 1100010 | 1000111 | 0 | 100011 | 101001 | 10010111 | 110111 | 100110 |
Color Harmonies of #2B9662
Complementary color
Monochromatic Colors of #2B9662
Black with #2B9662
Text Example
Text Example
White with #2B9662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9662; }
p { color: rgb(43,150,98); }
H1.HeaderClassName
{
color: #2B9662;
}
.AnyTagClassName
{
color: #2B9662;
}
</style>
background-color css
<style>
a { background-color: #2B9662; }
a { background-color: rgb(43,150,98); }
div.DivClassName
{
background-color: #2B9662;
}
.BgClassName
{
background-color: #2B9662;
}
</style>
border-color css
<style>
span { border-color: #2B9662; }
span { border-color: rgb(43,150,98); }
td.TdClassName
{
border-color: #2B9662;
}
.TagClassName
{
border-color: #2B9662;
}
</style>