Shades of Eucalyptus #2C9068
Tints of Eucalyptus #2C9068
RGB
CMYK
RGB Variations
Color information
#2C9068 (or 0x2C9068) is known color: Eucalyptus. HEX triplet: 2C, 90 and 68. RGB value is (44,144,104). Sum of RGB (Red+Green+Blue) = 44+144+104=292 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.07% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #2C9068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9068 is #D36F97. Grayscale: #6D6D6D. Windows color (decimal): -13856664 or 6852652. OLE color: 6852652.
HSL color Cylindrical-coordinate representation of color #2C9068: hue angle of 156º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C9068 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 144 | 104 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.44 |
| HSL | 156º | 0.53% | 0.37% | - |
| HSV(B) | 156º | 0.69% | 0.56% | - |
| XYZ | 13.51 | 21.48 | 16.53 | - |
| YUV | 109.54 | 124.87 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 144 | 104 | 0.69 | 0 | 0.28 | 0.44 | 156 | 0.53 | 0.37 |
| Hex | 2C | 90 | 68 | 45 | 0 | 1C | 2C | 9C | 35 | 25 |
| Octal | 54 | 220 | 150 | 105 | 0 | 34 | 54 | 234 | 65 | 45 |
| Binary | 101100 | 10010000 | 1101000 | 1000101 | 0 | 11100 | 101100 | 10011100 | 110101 | 100101 |
Color Harmonies of #2C9068
Complementary color
Monochromatic Colors of #2C9068
Black with #2C9068
Text Example
Text Example
White with #2C9068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9068; }
p { color: rgb(44,144,104); }
H1.HeaderClassName
{
color: #2C9068;
}
.AnyTagClassName
{
color: #2C9068;
}
</style>
background-color css
<style>
a { background-color: #2C9068; }
a { background-color: rgb(44,144,104); }
div.DivClassName
{
background-color: #2C9068;
}
.BgClassName
{
background-color: #2C9068;
}
</style>
border-color css
<style>
span { border-color: #2C9068; }
span { border-color: rgb(44,144,104); }
td.TdClassName
{
border-color: #2C9068;
}
.TagClassName
{
border-color: #2C9068;
}
</style>