Shades of Eucalyptus #2CA270
Tints of Eucalyptus #2CA270
RGB
CMYK
RGB Variations
Color information
#2CA270 (or 0x2CA270) is known color: Eucalyptus. HEX triplet: 2C, A2 and 70. RGB value is (44,162,112). Sum of RGB (Red+Green+Blue) = 44+162+112=318 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.84% from 318); Green value is 162 (63.67% from 255 or 50.94% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 162 - color contains mainly: green. Hex color #2CA270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA270 is #D35D8F. Grayscale: #797979. Windows color (decimal): -13852048 or 7381548. OLE color: 7381548.
HSL color Cylindrical-coordinate representation of color #2CA270: hue angle of 154.58º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA270 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 44 | 162 | 112 | - |
| CMYK | 0.73 | 0 | 0.31 | 0.36 |
| HSL | 154.58º | 0.57% | 0.4% | - |
| HSV(B) | 154.58º | 0.73% | 0.64% | - |
| XYZ | 16.88 | 27.55 | 19.76 | - |
| YUV | 121.02 | 122.91 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 162 | 112 | 0.73 | 0 | 0.31 | 0.36 | 154.58 | 0.57 | 0.4 |
| Hex | 2C | A2 | 70 | 49 | 0 | 1F | 24 | 9B | 39 | 28 |
| Octal | 54 | 242 | 160 | 111 | 0 | 37 | 44 | 233 | 71 | 50 |
| Binary | 101100 | 10100010 | 1110000 | 1001001 | 0 | 11111 | 100100 | 10011011 | 111001 | 101000 |
Color Harmonies of #2CA270
Complementary color
Monochromatic Colors of #2CA270
Black with #2CA270
Text Example
Text Example
White with #2CA270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA270; }
p { color: rgb(44,162,112); }
H1.HeaderClassName
{
color: #2CA270;
}
.AnyTagClassName
{
color: #2CA270;
}
</style>
background-color css
<style>
a { background-color: #2CA270; }
a { background-color: rgb(44,162,112); }
div.DivClassName
{
background-color: #2CA270;
}
.BgClassName
{
background-color: #2CA270;
}
</style>
border-color css
<style>
span { border-color: #2CA270; }
span { border-color: rgb(44,162,112); }
td.TdClassName
{
border-color: #2CA270;
}
.TagClassName
{
border-color: #2CA270;
}
</style>