Shades of Eucalyptus #2C9A61
Tints of Eucalyptus #2C9A61
RGB
CMYK
RGB Variations
Color information
#2C9A61 (or 0x2C9A61) is known color: Eucalyptus. HEX triplet: 2C, 9A and 61. RGB value is (44,154,97). Sum of RGB (Red+Green+Blue) = 44+154+97=295 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.92% from 295); Green value is 154 (60.55% from 255 or 52.20% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 154 - color contains mainly: green. Hex color #2C9A61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9A61 is #D3659E. Grayscale: #727272. Windows color (decimal): -13854111 or 6396460. OLE color: 6396460.
HSL color Cylindrical-coordinate representation of color #2C9A61: hue angle of 148.91º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C9A61 is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 44 | 154 | 97 | - |
| CMYK | 0.71 | 0 | 0.37 | 0.40 |
| HSL | 148.91º | 0.56% | 0.39% | - |
| HSV(B) | 148.91º | 0.71% | 0.6% | - |
| XYZ | 14.75 | 24.51 | 15.26 | - |
| YUV | 114.61 | 118.06 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 154 | 97 | 0.71 | 0 | 0.37 | 0.40 | 148.91 | 0.56 | 0.39 |
| Hex | 2C | 9A | 61 | 47 | 0 | 25 | 28 | 95 | 38 | 27 |
| Octal | 54 | 232 | 141 | 107 | 0 | 45 | 50 | 225 | 70 | 47 |
| Binary | 101100 | 10011010 | 1100001 | 1000111 | 0 | 100101 | 101000 | 10010101 | 111000 | 100111 |
Color Harmonies of #2C9A61
Complementary color
Monochromatic Colors of #2C9A61
Black with #2C9A61
Text Example
Text Example
White with #2C9A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9A61; }
p { color: rgb(44,154,97); }
H1.HeaderClassName
{
color: #2C9A61;
}
.AnyTagClassName
{
color: #2C9A61;
}
</style>
background-color css
<style>
a { background-color: #2C9A61; }
a { background-color: rgb(44,154,97); }
div.DivClassName
{
background-color: #2C9A61;
}
.BgClassName
{
background-color: #2C9A61;
}
</style>
border-color css
<style>
span { border-color: #2C9A61; }
span { border-color: rgb(44,154,97); }
td.TdClassName
{
border-color: #2C9A61;
}
.TagClassName
{
border-color: #2C9A61;
}
</style>