Shades of Eucalyptus #2CAA63
Tints of Eucalyptus #2CAA63
RGB
CMYK
RGB Variations
Color information
#2CAA63 (or 0x2CAA63) is known color: Eucalyptus. HEX triplet: 2C, AA and 63. RGB value is (44,170,99). Sum of RGB (Red+Green+Blue) = 44+170+99=313 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.06% from 313); Green value is 170 (66.80% from 255 or 54.31% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAA63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAA63 is #D3559C. Grayscale: #7C7C7C. Windows color (decimal): -13850013 or 6531628. OLE color: 6531628.
HSL color Cylindrical-coordinate representation of color #2CAA63: hue angle of 146.19º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CAA63 is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 170 | 99 | - |
| CMYK | 0.74 | 0 | 0.42 | 0.33 |
| HSL | 146.19º | 0.59% | 0.42% | - |
| HSV(B) | 146.19º | 0.74% | 0.67% | - |
| XYZ | 17.67 | 30.19 | 16.7 | - |
| YUV | 124.23 | 113.76 | 70.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 170 | 99 | 0.74 | 0 | 0.42 | 0.33 | 146.19 | 0.59 | 0.42 |
| Hex | 2C | AA | 63 | 4A | 0 | 2A | 21 | 92 | 3B | 2A |
| Octal | 54 | 252 | 143 | 112 | 0 | 52 | 41 | 222 | 73 | 52 |
| Binary | 101100 | 10101010 | 1100011 | 1001010 | 0 | 101010 | 100001 | 10010010 | 111011 | 101010 |
Color Harmonies of #2CAA63
Complementary color
Monochromatic Colors of #2CAA63
Black with #2CAA63
Text Example
Text Example
White with #2CAA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAA63; }
p { color: rgb(44,170,99); }
H1.HeaderClassName
{
color: #2CAA63;
}
.AnyTagClassName
{
color: #2CAA63;
}
</style>
background-color css
<style>
a { background-color: #2CAA63; }
a { background-color: rgb(44,170,99); }
div.DivClassName
{
background-color: #2CAA63;
}
.BgClassName
{
background-color: #2CAA63;
}
</style>
border-color css
<style>
span { border-color: #2CAA63; }
span { border-color: rgb(44,170,99); }
td.TdClassName
{
border-color: #2CAA63;
}
.TagClassName
{
border-color: #2CAA63;
}
</style>