Shades of Eucalyptus #2CAB58
Tints of Eucalyptus #2CAB58
RGB
CMYK
RGB Variations
Color information
#2CAB58 (or 0x2CAB58) is known color: Eucalyptus. HEX triplet: 2C, AB and 58. RGB value is (44,171,88). Sum of RGB (Red+Green+Blue) = 44+171+88=303 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.52% from 303); Green value is 171 (67.19% from 255 or 56.44% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 171 - color contains mainly: green. Hex color #2CAB58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAB58 is #D354A7. Grayscale: #7B7B7B. Windows color (decimal): -13849768 or 5810988. OLE color: 5810988.
HSL color Cylindrical-coordinate representation of color #2CAB58: hue angle of 140.79º 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 #2CAB58 is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 171 | 88 | - |
| CMYK | 0.74 | 0 | 0.49 | 0.33 |
| HSL | 140.79º | 0.59% | 0.42% | - |
| HSV(B) | 140.79º | 0.74% | 0.67% | - |
| XYZ | 17.36 | 30.37 | 14.18 | - |
| YUV | 123.57 | 107.92 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 171 | 88 | 0.74 | 0 | 0.49 | 0.33 | 140.79 | 0.59 | 0.42 |
| Hex | 2C | AB | 58 | 4A | 0 | 31 | 21 | 8D | 3B | 2A |
| Octal | 54 | 253 | 130 | 112 | 0 | 61 | 41 | 215 | 73 | 52 |
| Binary | 101100 | 10101011 | 1011000 | 1001010 | 0 | 110001 | 100001 | 10001101 | 111011 | 101010 |
Color Harmonies of #2CAB58
Complementary color
Monochromatic Colors of #2CAB58
Black with #2CAB58
Text Example
Text Example
White with #2CAB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAB58; }
p { color: rgb(44,171,88); }
H1.HeaderClassName
{
color: #2CAB58;
}
.AnyTagClassName
{
color: #2CAB58;
}
</style>
background-color css
<style>
a { background-color: #2CAB58; }
a { background-color: rgb(44,171,88); }
div.DivClassName
{
background-color: #2CAB58;
}
.BgClassName
{
background-color: #2CAB58;
}
</style>
border-color css
<style>
span { border-color: #2CAB58; }
span { border-color: rgb(44,171,88); }
td.TdClassName
{
border-color: #2CAB58;
}
.TagClassName
{
border-color: #2CAB58;
}
</style>