Shades of Eucalyptus #2CA553
Tints of Eucalyptus #2CA553
RGB
CMYK
RGB Variations
Color information
#2CA553 (or 0x2CA553) is known color: Eucalyptus. HEX triplet: 2C, A5 and 53. RGB value is (44,165,83). Sum of RGB (Red+Green+Blue) = 44+165+83=292 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.07% from 292); Green value is 165 (64.84% from 255 or 56.51% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 165 - color contains mainly: green. Hex color #2CA553 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA553 is #D35AAC. Grayscale: #777777. Windows color (decimal): -13851309 or 5481772. OLE color: 5481772.
HSL color Cylindrical-coordinate representation of color #2CA553: hue angle of 139.34º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA553 is Cyan = 0.73, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 44 | 165 | 83 | - |
| CMYK | 0.73 | 0 | 0.50 | 0.35 |
| HSL | 139.34º | 0.58% | 0.41% | - |
| HSV(B) | 139.34º | 0.73% | 0.65% | - |
| XYZ | 16.06 | 28.07 | 12.76 | - |
| YUV | 119.47 | 107.41 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 165 | 83 | 0.73 | 0 | 0.50 | 0.35 | 139.34 | 0.58 | 0.41 |
| Hex | 2C | A5 | 53 | 49 | 0 | 32 | 23 | 8B | 3A | 29 |
| Octal | 54 | 245 | 123 | 111 | 0 | 62 | 43 | 213 | 72 | 51 |
| Binary | 101100 | 10100101 | 1010011 | 1001001 | 0 | 110010 | 100011 | 10001011 | 111010 | 101001 |
Color Harmonies of #2CA553
Complementary color
Monochromatic Colors of #2CA553
Black with #2CA553
Text Example
Text Example
White with #2CA553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA553; }
p { color: rgb(44,165,83); }
H1.HeaderClassName
{
color: #2CA553;
}
.AnyTagClassName
{
color: #2CA553;
}
</style>
background-color css
<style>
a { background-color: #2CA553; }
a { background-color: rgb(44,165,83); }
div.DivClassName
{
background-color: #2CA553;
}
.BgClassName
{
background-color: #2CA553;
}
</style>
border-color css
<style>
span { border-color: #2CA553; }
span { border-color: rgb(44,165,83); }
td.TdClassName
{
border-color: #2CA553;
}
.TagClassName
{
border-color: #2CA553;
}
</style>