Shades of Eucalyptus #2A9A67
Tints of Eucalyptus #2A9A67
RGB
CMYK
RGB Variations
Color information
#2A9A67 (or 0x2A9A67) is known color: Eucalyptus. HEX triplet: 2A, 9A and 67. RGB value is (42,154,103). Sum of RGB (Red+Green+Blue) = 42+154+103=299 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.05% from 299); Green value is 154 (60.55% from 255 or 51.51% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 154 - color contains mainly: green. Hex color #2A9A67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9A67 is #D56598. Grayscale: #727272. Windows color (decimal): -13985177 or 6789674. OLE color: 6789674.
HSL color Cylindrical-coordinate representation of color #2A9A67: hue angle of 152.68º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9A67 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 42 | 154 | 103 | - |
| CMYK | 0.73 | 0 | 0.33 | 0.40 |
| HSL | 152.68º | 0.57% | 0.38% | - |
| HSV(B) | 152.68º | 0.73% | 0.6% | - |
| XYZ | 14.96 | 24.58 | 16.79 | - |
| YUV | 114.7 | 121.39 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 154 | 103 | 0.73 | 0 | 0.33 | 0.40 | 152.68 | 0.57 | 0.38 |
| Hex | 2A | 9A | 67 | 49 | 0 | 21 | 28 | 99 | 39 | 26 |
| Octal | 52 | 232 | 147 | 111 | 0 | 41 | 50 | 231 | 71 | 46 |
| Binary | 101010 | 10011010 | 1100111 | 1001001 | 0 | 100001 | 101000 | 10011001 | 111001 | 100110 |
Color Harmonies of #2A9A67
Complementary color
Monochromatic Colors of #2A9A67
Black with #2A9A67
Text Example
Text Example
White with #2A9A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9A67; }
p { color: rgb(42,154,103); }
H1.HeaderClassName
{
color: #2A9A67;
}
.AnyTagClassName
{
color: #2A9A67;
}
</style>
background-color css
<style>
a { background-color: #2A9A67; }
a { background-color: rgb(42,154,103); }
div.DivClassName
{
background-color: #2A9A67;
}
.BgClassName
{
background-color: #2A9A67;
}
</style>
border-color css
<style>
span { border-color: #2A9A67; }
span { border-color: rgb(42,154,103); }
td.TdClassName
{
border-color: #2A9A67;
}
.TagClassName
{
border-color: #2A9A67;
}
</style>