Shades of Eucalyptus #2CA46D
Tints of Eucalyptus #2CA46D
RGB
CMYK
RGB Variations
Color information
#2CA46D (or 0x2CA46D) is known color: Eucalyptus. HEX triplet: 2C, A4 and 6D. RGB value is (44,164,109). Sum of RGB (Red+Green+Blue) = 44+164+109=317 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.88% from 317); Green value is 164 (64.45% from 255 or 51.74% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 164 - color contains mainly: green. Hex color #2CA46D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA46D is #D35B92. Grayscale: #797979. Windows color (decimal): -13851539 or 7185452. OLE color: 7185452.
HSL color Cylindrical-coordinate representation of color #2CA46D: hue angle of 152.5º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA46D is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 44 | 164 | 109 | - |
| CMYK | 0.73 | 0 | 0.34 | 0.36 |
| HSL | 152.5º | 0.58% | 0.41% | - |
| HSV(B) | 152.5º | 0.73% | 0.64% | - |
| XYZ | 17.07 | 28.19 | 19.01 | - |
| YUV | 121.85 | 120.74 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 164 | 109 | 0.73 | 0 | 0.34 | 0.36 | 152.5 | 0.58 | 0.41 |
| Hex | 2C | A4 | 6D | 49 | 0 | 22 | 24 | 98 | 3A | 29 |
| Octal | 54 | 244 | 155 | 111 | 0 | 42 | 44 | 230 | 72 | 51 |
| Binary | 101100 | 10100100 | 1101101 | 1001001 | 0 | 100010 | 100100 | 10011000 | 111010 | 101001 |
Color Harmonies of #2CA46D
Complementary color
Monochromatic Colors of #2CA46D
Black with #2CA46D
Text Example
Text Example
White with #2CA46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA46D; }
p { color: rgb(44,164,109); }
H1.HeaderClassName
{
color: #2CA46D;
}
.AnyTagClassName
{
color: #2CA46D;
}
</style>
background-color css
<style>
a { background-color: #2CA46D; }
a { background-color: rgb(44,164,109); }
div.DivClassName
{
background-color: #2CA46D;
}
.BgClassName
{
background-color: #2CA46D;
}
</style>
border-color css
<style>
span { border-color: #2CA46D; }
span { border-color: rgb(44,164,109); }
td.TdClassName
{
border-color: #2CA46D;
}
.TagClassName
{
border-color: #2CA46D;
}
</style>