Shades of Eucalyptus #2B9D68
Tints of Eucalyptus #2B9D68
RGB
CMYK
RGB Variations
Color information
#2B9D68 (or 0x2B9D68) is known color: Eucalyptus. HEX triplet: 2B, 9D and 68. RGB value is (43,157,104). Sum of RGB (Red+Green+Blue) = 43+157+104=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 157 (61.72% from 255 or 51.64% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 157 - color contains mainly: green. Hex color #2B9D68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9D68 is #D46297. Grayscale: #747474. Windows color (decimal): -13918872 or 6855979. OLE color: 6855979.
HSL color Cylindrical-coordinate representation of color #2B9D68: hue angle of 152.11º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9D68 is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 157 | 104 | - |
| CMYK | 0.73 | 0 | 0.34 | 0.38 |
| HSL | 152.11º | 0.57% | 0.39% | - |
| HSV(B) | 152.11º | 0.73% | 0.62% | - |
| XYZ | 15.55 | 25.63 | 17.22 | - |
| YUV | 116.87 | 120.73 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 157 | 104 | 0.73 | 0 | 0.34 | 0.38 | 152.11 | 0.57 | 0.39 |
| Hex | 2B | 9D | 68 | 49 | 0 | 22 | 26 | 98 | 39 | 27 |
| Octal | 53 | 235 | 150 | 111 | 0 | 42 | 46 | 230 | 71 | 47 |
| Binary | 101011 | 10011101 | 1101000 | 1001001 | 0 | 100010 | 100110 | 10011000 | 111001 | 100111 |
Color Harmonies of #2B9D68
Complementary color
Monochromatic Colors of #2B9D68
Black with #2B9D68
Text Example
Text Example
White with #2B9D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9D68; }
p { color: rgb(43,157,104); }
H1.HeaderClassName
{
color: #2B9D68;
}
.AnyTagClassName
{
color: #2B9D68;
}
</style>
background-color css
<style>
a { background-color: #2B9D68; }
a { background-color: rgb(43,157,104); }
div.DivClassName
{
background-color: #2B9D68;
}
.BgClassName
{
background-color: #2B9D68;
}
</style>
border-color css
<style>
span { border-color: #2B9D68; }
span { border-color: rgb(43,157,104); }
td.TdClassName
{
border-color: #2B9D68;
}
.TagClassName
{
border-color: #2B9D68;
}
</style>