Shades of Eucalyptus #2B8C66
Tints of Eucalyptus #2B8C66
RGB
CMYK
RGB Variations
Color information
#2B8C66 (or 0x2B8C66) is known color: Eucalyptus. HEX triplet: 2B, 8C and 66. RGB value is (43,140,102). Sum of RGB (Red+Green+Blue) = 43+140+102=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 140 (55.08% from 255 or 49.12% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 140 - color contains mainly: green. Hex color #2B8C66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8C66 is #D47399. Grayscale: #6A6A6A. Windows color (decimal): -13923226 or 6720555. OLE color: 6720555.
HSL color Cylindrical-coordinate representation of color #2B8C66: hue angle of 156.49º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8C66 is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 140 | 102 | - |
| CMYK | 0.69 | 0 | 0.27 | 0.45 |
| HSL | 156.49º | 0.53% | 0.36% | - |
| HSV(B) | 156.49º | 0.69% | 0.55% | - |
| XYZ | 12.77 | 20.23 | 15.8 | - |
| YUV | 106.67 | 125.36 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 140 | 102 | 0.69 | 0 | 0.27 | 0.45 | 156.49 | 0.53 | 0.36 |
| Hex | 2B | 8C | 66 | 45 | 0 | 1B | 2D | 9C | 35 | 24 |
| Octal | 53 | 214 | 146 | 105 | 0 | 33 | 55 | 234 | 65 | 44 |
| Binary | 101011 | 10001100 | 1100110 | 1000101 | 0 | 11011 | 101101 | 10011100 | 110101 | 100100 |
Color Harmonies of #2B8C66
Complementary color
Monochromatic Colors of #2B8C66
Black with #2B8C66
Text Example
Text Example
White with #2B8C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8C66; }
p { color: rgb(43,140,102); }
H1.HeaderClassName
{
color: #2B8C66;
}
.AnyTagClassName
{
color: #2B8C66;
}
</style>
background-color css
<style>
a { background-color: #2B8C66; }
a { background-color: rgb(43,140,102); }
div.DivClassName
{
background-color: #2B8C66;
}
.BgClassName
{
background-color: #2B8C66;
}
</style>
border-color css
<style>
span { border-color: #2B8C66; }
span { border-color: rgb(43,140,102); }
td.TdClassName
{
border-color: #2B8C66;
}
.TagClassName
{
border-color: #2B8C66;
}
</style>