Shades of Eucalyptus #2A9864
Tints of Eucalyptus #2A9864
RGB
CMYK
RGB Variations
Color information
#2A9864 (or 0x2A9864) is known color: Eucalyptus. HEX triplet: 2A, 98 and 64. RGB value is (42,152,100). Sum of RGB (Red+Green+Blue) = 42+152+100=294 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.29% from 294); Green value is 152 (59.77% from 255 or 51.70% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 152 - color contains mainly: green. Hex color #2A9864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9864 is #D5679B. Grayscale: #717171. Windows color (decimal): -13985692 or 6592554. OLE color: 6592554.
HSL color Cylindrical-coordinate representation of color #2A9864: hue angle of 151.64º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A9864 is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 42 | 152 | 100 | - |
| CMYK | 0.72 | 0 | 0.34 | 0.40 |
| HSL | 151.64º | 0.57% | 0.38% | - |
| HSV(B) | 151.64º | 0.72% | 0.6% | - |
| XYZ | 14.48 | 23.87 | 15.9 | - |
| YUV | 113.18 | 120.56 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 152 | 100 | 0.72 | 0 | 0.34 | 0.40 | 151.64 | 0.57 | 0.38 |
| Hex | 2A | 98 | 64 | 48 | 0 | 22 | 28 | 98 | 39 | 26 |
| Octal | 52 | 230 | 144 | 110 | 0 | 42 | 50 | 230 | 71 | 46 |
| Binary | 101010 | 10011000 | 1100100 | 1001000 | 0 | 100010 | 101000 | 10011000 | 111001 | 100110 |
Color Harmonies of #2A9864
Complementary color
Monochromatic Colors of #2A9864
Black with #2A9864
Text Example
Text Example
White with #2A9864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9864; }
p { color: rgb(42,152,100); }
H1.HeaderClassName
{
color: #2A9864;
}
.AnyTagClassName
{
color: #2A9864;
}
</style>
background-color css
<style>
a { background-color: #2A9864; }
a { background-color: rgb(42,152,100); }
div.DivClassName
{
background-color: #2A9864;
}
.BgClassName
{
background-color: #2A9864;
}
</style>
border-color css
<style>
span { border-color: #2A9864; }
span { border-color: rgb(42,152,100); }
td.TdClassName
{
border-color: #2A9864;
}
.TagClassName
{
border-color: #2A9864;
}
</style>