Shades of Eucalyptus #2A9E5C
Tints of Eucalyptus #2A9E5C
RGB
CMYK
RGB Variations
Color information
#2A9E5C (or 0x2A9E5C) is known color: Eucalyptus. HEX triplet: 2A, 9E and 5C. RGB value is (42,158,92). Sum of RGB (Red+Green+Blue) = 42+158+92=292 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.38% from 292); Green value is 158 (62.11% from 255 or 54.11% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 158 - color contains mainly: green. Hex color #2A9E5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9E5C is #D561A3. Grayscale: #737373. Windows color (decimal): -13984164 or 6069802. OLE color: 6069802.
HSL color Cylindrical-coordinate representation of color #2A9E5C: hue angle of 145.86º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9E5C is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 158 | 92 | - |
| CMYK | 0.73 | 0 | 0.42 | 0.38 |
| HSL | 145.86º | 0.58% | 0.39% | - |
| HSV(B) | 145.86º | 0.73% | 0.62% | - |
| XYZ | 15.11 | 25.72 | 14.29 | - |
| YUV | 115.79 | 114.57 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 158 | 92 | 0.73 | 0 | 0.42 | 0.38 | 145.86 | 0.58 | 0.39 |
| Hex | 2A | 9E | 5C | 49 | 0 | 2A | 26 | 92 | 3A | 27 |
| Octal | 52 | 236 | 134 | 111 | 0 | 52 | 46 | 222 | 72 | 47 |
| Binary | 101010 | 10011110 | 1011100 | 1001001 | 0 | 101010 | 100110 | 10010010 | 111010 | 100111 |
Color Harmonies of #2A9E5C
Complementary color
Monochromatic Colors of #2A9E5C
Black with #2A9E5C
Text Example
Text Example
White with #2A9E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9E5C; }
p { color: rgb(42,158,92); }
H1.HeaderClassName
{
color: #2A9E5C;
}
.AnyTagClassName
{
color: #2A9E5C;
}
</style>
background-color css
<style>
a { background-color: #2A9E5C; }
a { background-color: rgb(42,158,92); }
div.DivClassName
{
background-color: #2A9E5C;
}
.BgClassName
{
background-color: #2A9E5C;
}
</style>
border-color css
<style>
span { border-color: #2A9E5C; }
span { border-color: rgb(42,158,92); }
td.TdClassName
{
border-color: #2A9E5C;
}
.TagClassName
{
border-color: #2A9E5C;
}
</style>