Shades of Eucalyptus #2CA263
Tints of Eucalyptus #2CA263
RGB
CMYK
RGB Variations
Color information
#2CA263 (or 0x2CA263) is known color: Eucalyptus. HEX triplet: 2C, A2 and 63. RGB value is (44,162,99). Sum of RGB (Red+Green+Blue) = 44+162+99=305 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.43% from 305); Green value is 162 (63.67% from 255 or 53.11% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 162 - color contains mainly: green. Hex color #2CA263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA263 is #D35D9C. Grayscale: #777777. Windows color (decimal): -13852061 or 6529580. OLE color: 6529580.
HSL color Cylindrical-coordinate representation of color #2CA263: hue angle of 147.97º 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 #2CA263 is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 44 | 162 | 99 | - |
| CMYK | 0.73 | 0 | 0.39 | 0.36 |
| HSL | 147.97º | 0.57% | 0.4% | - |
| HSV(B) | 147.97º | 0.73% | 0.64% | - |
| XYZ | 16.21 | 27.28 | 16.21 | - |
| YUV | 119.54 | 116.41 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 162 | 99 | 0.73 | 0 | 0.39 | 0.36 | 147.97 | 0.57 | 0.4 |
| Hex | 2C | A2 | 63 | 49 | 0 | 27 | 24 | 94 | 39 | 28 |
| Octal | 54 | 242 | 143 | 111 | 0 | 47 | 44 | 224 | 71 | 50 |
| Binary | 101100 | 10100010 | 1100011 | 1001001 | 0 | 100111 | 100100 | 10010100 | 111001 | 101000 |
Color Harmonies of #2CA263
Complementary color
Monochromatic Colors of #2CA263
Black with #2CA263
Text Example
Text Example
White with #2CA263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA263; }
p { color: rgb(44,162,99); }
H1.HeaderClassName
{
color: #2CA263;
}
.AnyTagClassName
{
color: #2CA263;
}
</style>
background-color css
<style>
a { background-color: #2CA263; }
a { background-color: rgb(44,162,99); }
div.DivClassName
{
background-color: #2CA263;
}
.BgClassName
{
background-color: #2CA263;
}
</style>
border-color css
<style>
span { border-color: #2CA263; }
span { border-color: rgb(44,162,99); }
td.TdClassName
{
border-color: #2CA263;
}
.TagClassName
{
border-color: #2CA263;
}
</style>