Shades of Eucalyptus #2C8C64
Tints of Eucalyptus #2C8C64
RGB
CMYK
RGB Variations
Color information
#2C8C64 (or 0x2C8C64) is known color: Eucalyptus. HEX triplet: 2C, 8C and 64. RGB value is (44,140,100). Sum of RGB (Red+Green+Blue) = 44+140+100=284 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.49% from 284); Green value is 140 (55.08% from 255 or 49.30% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 140 - color contains mainly: green. Hex color #2C8C64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8C64 is #D3739B. Grayscale: #6A6A6A. Windows color (decimal): -13857692 or 6589484. OLE color: 6589484.
HSL color Cylindrical-coordinate representation of color #2C8C64: hue angle of 155º degrees, saturation: 0.52, 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 #2C8C64 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 44 | 140 | 100 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.45 |
| HSL | 155º | 0.52% | 0.36% | - |
| HSV(B) | 155º | 0.69% | 0.55% | - |
| XYZ | 12.72 | 20.21 | 15.29 | - |
| YUV | 106.74 | 124.2 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 140 | 100 | 0.69 | 0 | 0.29 | 0.45 | 155 | 0.52 | 0.36 |
| Hex | 2C | 8C | 64 | 45 | 0 | 1D | 2D | 9B | 34 | 24 |
| Octal | 54 | 214 | 144 | 105 | 0 | 35 | 55 | 233 | 64 | 44 |
| Binary | 101100 | 10001100 | 1100100 | 1000101 | 0 | 11101 | 101101 | 10011011 | 110100 | 100100 |
Color Harmonies of #2C8C64
Complementary color
Monochromatic Colors of #2C8C64
Black with #2C8C64
Text Example
Text Example
White with #2C8C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8C64; }
p { color: rgb(44,140,100); }
H1.HeaderClassName
{
color: #2C8C64;
}
.AnyTagClassName
{
color: #2C8C64;
}
</style>
background-color css
<style>
a { background-color: #2C8C64; }
a { background-color: rgb(44,140,100); }
div.DivClassName
{
background-color: #2C8C64;
}
.BgClassName
{
background-color: #2C8C64;
}
</style>
border-color css
<style>
span { border-color: #2C8C64; }
span { border-color: rgb(44,140,100); }
td.TdClassName
{
border-color: #2C8C64;
}
.TagClassName
{
border-color: #2C8C64;
}
</style>