Shades of Eucalyptus #2B9C69
Tints of Eucalyptus #2B9C69
RGB
CMYK
RGB Variations
Color information
#2B9C69 (or 0x2B9C69) is known color: Eucalyptus. HEX triplet: 2B, 9C and 69. RGB value is (43,156,105). Sum of RGB (Red+Green+Blue) = 43+156+105=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 156 (61.33% from 255 or 51.32% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 156 - color contains mainly: green. Hex color #2B9C69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9C69 is #D46396. Grayscale: #747474. Windows color (decimal): -13919127 or 6921259. OLE color: 6921259.
HSL color Cylindrical-coordinate representation of color #2B9C69: hue angle of 152.92º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9C69 is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 156 | 105 | - |
| CMYK | 0.72 | 0 | 0.33 | 0.39 |
| HSL | 152.92º | 0.57% | 0.39% | - |
| HSV(B) | 152.92º | 0.72% | 0.61% | - |
| XYZ | 15.43 | 25.31 | 17.44 | - |
| YUV | 116.4 | 121.56 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 156 | 105 | 0.72 | 0 | 0.33 | 0.39 | 152.92 | 0.57 | 0.39 |
| Hex | 2B | 9C | 69 | 48 | 0 | 21 | 27 | 99 | 39 | 27 |
| Octal | 53 | 234 | 151 | 110 | 0 | 41 | 47 | 231 | 71 | 47 |
| Binary | 101011 | 10011100 | 1101001 | 1001000 | 0 | 100001 | 100111 | 10011001 | 111001 | 100111 |
Color Harmonies of #2B9C69
Complementary color
Monochromatic Colors of #2B9C69
Black with #2B9C69
Text Example
Text Example
White with #2B9C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9C69; }
p { color: rgb(43,156,105); }
H1.HeaderClassName
{
color: #2B9C69;
}
.AnyTagClassName
{
color: #2B9C69;
}
</style>
background-color css
<style>
a { background-color: #2B9C69; }
a { background-color: rgb(43,156,105); }
div.DivClassName
{
background-color: #2B9C69;
}
.BgClassName
{
background-color: #2B9C69;
}
</style>
border-color css
<style>
span { border-color: #2B9C69; }
span { border-color: rgb(43,156,105); }
td.TdClassName
{
border-color: #2B9C69;
}
.TagClassName
{
border-color: #2B9C69;
}
</style>