Shades of Eucalyptus #2A9968
Tints of Eucalyptus #2A9968
RGB
CMYK
RGB Variations
Color information
#2A9968 (or 0x2A9968) is known color: Eucalyptus. HEX triplet: 2A, 99 and 68. RGB value is (42,153,104). Sum of RGB (Red+Green+Blue) = 42+153+104=299 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.05% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #2A9968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9968 is #D56697. Grayscale: #727272. Windows color (decimal): -13985432 or 6854954. OLE color: 6854954.
HSL color Cylindrical-coordinate representation of color #2A9968: hue angle of 153.51º 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 #2A9968 is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 42 | 153 | 104 | - |
| CMYK | 0.73 | 0 | 0.32 | 0.4 |
| HSL | 153.51º | 0.57% | 0.38% | - |
| HSV(B) | 153.51º | 0.73% | 0.6% | - |
| XYZ | 14.84 | 24.27 | 17 | - |
| YUV | 114.23 | 122.23 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 153 | 104 | 0.73 | 0 | 0.32 | 0.4 | 153.51 | 0.57 | 0.38 |
| Hex | 2A | 99 | 68 | 49 | 0 | 20 | 28 | 9A | 39 | 26 |
| Octal | 52 | 231 | 150 | 111 | 0 | 40 | 50 | 232 | 71 | 46 |
| Binary | 101010 | 10011001 | 1101000 | 1001001 | 0 | 100000 | 101000 | 10011010 | 111001 | 100110 |
Color Harmonies of #2A9968
Complementary color
Monochromatic Colors of #2A9968
Black with #2A9968
Text Example
Text Example
White with #2A9968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9968; }
p { color: rgb(42,153,104); }
H1.HeaderClassName
{
color: #2A9968;
}
.AnyTagClassName
{
color: #2A9968;
}
</style>
background-color css
<style>
a { background-color: #2A9968; }
a { background-color: rgb(42,153,104); }
div.DivClassName
{
background-color: #2A9968;
}
.BgClassName
{
background-color: #2A9968;
}
</style>
border-color css
<style>
span { border-color: #2A9968; }
span { border-color: rgb(42,153,104); }
td.TdClassName
{
border-color: #2A9968;
}
.TagClassName
{
border-color: #2A9968;
}
</style>