Shades of Eucalyptus #2CA163
Tints of Eucalyptus #2CA163
RGB
CMYK
RGB Variations
Color information
#2CA163 (or 0x2CA163) is known color: Eucalyptus. HEX triplet: 2C, A1 and 63. RGB value is (44,161,99). Sum of RGB (Red+Green+Blue) = 44+161+99=304 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.47% from 304); Green value is 161 (63.28% from 255 or 52.96% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 161 - color contains mainly: green. Hex color #2CA163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA163 is #D35E9C. Grayscale: #777777. Windows color (decimal): -13852317 or 6529324. OLE color: 6529324.
HSL color Cylindrical-coordinate representation of color #2CA163: hue angle of 148.21º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA163 is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 44 | 161 | 99 | - |
| CMYK | 0.73 | 0 | 0.39 | 0.37 |
| HSL | 148.21º | 0.57% | 0.4% | - |
| HSV(B) | 148.21º | 0.73% | 0.63% | - |
| XYZ | 16.04 | 26.93 | 16.16 | - |
| YUV | 118.95 | 116.74 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 161 | 99 | 0.73 | 0 | 0.39 | 0.37 | 148.21 | 0.57 | 0.4 |
| Hex | 2C | A1 | 63 | 49 | 0 | 27 | 25 | 94 | 39 | 28 |
| Octal | 54 | 241 | 143 | 111 | 0 | 47 | 45 | 224 | 71 | 50 |
| Binary | 101100 | 10100001 | 1100011 | 1001001 | 0 | 100111 | 100101 | 10010100 | 111001 | 101000 |
Color Harmonies of #2CA163
Complementary color
Monochromatic Colors of #2CA163
Black with #2CA163
Text Example
Text Example
White with #2CA163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA163; }
p { color: rgb(44,161,99); }
H1.HeaderClassName
{
color: #2CA163;
}
.AnyTagClassName
{
color: #2CA163;
}
</style>
background-color css
<style>
a { background-color: #2CA163; }
a { background-color: rgb(44,161,99); }
div.DivClassName
{
background-color: #2CA163;
}
.BgClassName
{
background-color: #2CA163;
}
</style>
border-color css
<style>
span { border-color: #2CA163; }
span { border-color: rgb(44,161,99); }
td.TdClassName
{
border-color: #2CA163;
}
.TagClassName
{
border-color: #2CA163;
}
</style>