Shades of Eucalyptus #2A9C58
Tints of Eucalyptus #2A9C58
RGB
CMYK
RGB Variations
Color information
#2A9C58 (or 0x2A9C58) is known color: Eucalyptus. HEX triplet: 2A, 9C and 58. RGB value is (42,156,88). Sum of RGB (Red+Green+Blue) = 42+156+88=286 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.69% from 286); Green value is 156 (61.33% from 255 or 54.55% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 156 - color contains mainly: green. Hex color #2A9C58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9C58 is #D563A7. Grayscale: #727272. Windows color (decimal): -13984680 or 5807146. OLE color: 5807146.
HSL color Cylindrical-coordinate representation of color #2A9C58: hue angle of 144.21º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9C58 is Cyan = 0.73, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 156 | 88 | - |
| CMYK | 0.73 | 0 | 0.44 | 0.39 |
| HSL | 144.21º | 0.58% | 0.39% | - |
| HSV(B) | 144.21º | 0.73% | 0.61% | - |
| XYZ | 14.6 | 24.97 | 13.28 | - |
| YUV | 114.16 | 113.23 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 156 | 88 | 0.73 | 0 | 0.44 | 0.39 | 144.21 | 0.58 | 0.39 |
| Hex | 2A | 9C | 58 | 49 | 0 | 2C | 27 | 90 | 3A | 27 |
| Octal | 52 | 234 | 130 | 111 | 0 | 54 | 47 | 220 | 72 | 47 |
| Binary | 101010 | 10011100 | 1011000 | 1001001 | 0 | 101100 | 100111 | 10010000 | 111010 | 100111 |
Color Harmonies of #2A9C58
Complementary color
Monochromatic Colors of #2A9C58
Black with #2A9C58
Text Example
Text Example
White with #2A9C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9C58; }
p { color: rgb(42,156,88); }
H1.HeaderClassName
{
color: #2A9C58;
}
.AnyTagClassName
{
color: #2A9C58;
}
</style>
background-color css
<style>
a { background-color: #2A9C58; }
a { background-color: rgb(42,156,88); }
div.DivClassName
{
background-color: #2A9C58;
}
.BgClassName
{
background-color: #2A9C58;
}
</style>
border-color css
<style>
span { border-color: #2A9C58; }
span { border-color: rgb(42,156,88); }
td.TdClassName
{
border-color: #2A9C58;
}
.TagClassName
{
border-color: #2A9C58;
}
</style>