Shades of Eucalyptus #2A9B6E
Tints of Eucalyptus #2A9B6E
RGB
CMYK
RGB Variations
Color information
#2A9B6E (or 0x2A9B6E) is known color: Eucalyptus. HEX triplet: 2A, 9B and 6E. RGB value is (42,155,110). Sum of RGB (Red+Green+Blue) = 42+155+110=307 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.68% from 307); Green value is 155 (60.94% from 255 or 50.49% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 155 - color contains mainly: green. Hex color #2A9B6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9B6E is #D56491. Grayscale: #747474. Windows color (decimal): -13984914 or 7248682. OLE color: 7248682.
HSL color Cylindrical-coordinate representation of color #2A9B6E: hue angle of 156.11º degrees, saturation: 0.57, 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 #2A9B6E is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 155 | 110 | - |
| CMYK | 0.73 | 0 | 0.29 | 0.39 |
| HSL | 156.11º | 0.57% | 0.39% | - |
| HSV(B) | 156.11º | 0.73% | 0.61% | - |
| XYZ | 15.49 | 25.06 | 18.77 | - |
| YUV | 116.08 | 124.56 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 155 | 110 | 0.73 | 0 | 0.29 | 0.39 | 156.11 | 0.57 | 0.39 |
| Hex | 2A | 9B | 6E | 49 | 0 | 1D | 27 | 9C | 39 | 27 |
| Octal | 52 | 233 | 156 | 111 | 0 | 35 | 47 | 234 | 71 | 47 |
| Binary | 101010 | 10011011 | 1101110 | 1001001 | 0 | 11101 | 100111 | 10011100 | 111001 | 100111 |
Color Harmonies of #2A9B6E
Complementary color
Monochromatic Colors of #2A9B6E
Black with #2A9B6E
Text Example
Text Example
White with #2A9B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9B6E; }
p { color: rgb(42,155,110); }
H1.HeaderClassName
{
color: #2A9B6E;
}
.AnyTagClassName
{
color: #2A9B6E;
}
</style>
background-color css
<style>
a { background-color: #2A9B6E; }
a { background-color: rgb(42,155,110); }
div.DivClassName
{
background-color: #2A9B6E;
}
.BgClassName
{
background-color: #2A9B6E;
}
</style>
border-color css
<style>
span { border-color: #2A9B6E; }
span { border-color: rgb(42,155,110); }
td.TdClassName
{
border-color: #2A9B6E;
}
.TagClassName
{
border-color: #2A9B6E;
}
</style>