Shades of Eucalyptus #2CAD5E
Tints of Eucalyptus #2CAD5E
RGB
CMYK
RGB Variations
Color information
#2CAD5E (or 0x2CAD5E) is known color: Eucalyptus. HEX triplet: 2C, AD and 5E. RGB value is (44,173,94). Sum of RGB (Red+Green+Blue) = 44+173+94=311 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.15% from 311); Green value is 173 (67.97% from 255 or 55.63% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 173 - color contains mainly: green. Hex color #2CAD5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAD5E is #D352A1. Grayscale: #7D7D7D. Windows color (decimal): -13849250 or 6204716. OLE color: 6204716.
HSL color Cylindrical-coordinate representation of color #2CAD5E: hue angle of 143.26º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CAD5E is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 44 | 173 | 94 | - |
| CMYK | 0.75 | 0 | 0.46 | 0.32 |
| HSL | 143.26º | 0.59% | 0.43% | - |
| HSV(B) | 143.26º | 0.75% | 0.68% | - |
| XYZ | 18 | 31.23 | 15.67 | - |
| YUV | 125.42 | 110.26 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 173 | 94 | 0.75 | 0 | 0.46 | 0.32 | 143.26 | 0.59 | 0.43 |
| Hex | 2C | AD | 5E | 4B | 0 | 2E | 20 | 8F | 3B | 2B |
| Octal | 54 | 255 | 136 | 113 | 0 | 56 | 40 | 217 | 73 | 53 |
| Binary | 101100 | 10101101 | 1011110 | 1001011 | 0 | 101110 | 100000 | 10001111 | 111011 | 101011 |
Color Harmonies of #2CAD5E
Complementary color
Monochromatic Colors of #2CAD5E
Black with #2CAD5E
Text Example
Text Example
White with #2CAD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAD5E; }
p { color: rgb(44,173,94); }
H1.HeaderClassName
{
color: #2CAD5E;
}
.AnyTagClassName
{
color: #2CAD5E;
}
</style>
background-color css
<style>
a { background-color: #2CAD5E; }
a { background-color: rgb(44,173,94); }
div.DivClassName
{
background-color: #2CAD5E;
}
.BgClassName
{
background-color: #2CAD5E;
}
</style>
border-color css
<style>
span { border-color: #2CAD5E; }
span { border-color: rgb(44,173,94); }
td.TdClassName
{
border-color: #2CAD5E;
}
.TagClassName
{
border-color: #2CAD5E;
}
</style>