Shades of Eucalyptus #2A935E
Tints of Eucalyptus #2A935E
RGB
CMYK
RGB Variations
Color information
#2A935E (or 0x2A935E) is known color: Eucalyptus. HEX triplet: 2A, 93 and 5E. RGB value is (42,147,94). Sum of RGB (Red+Green+Blue) = 42+147+94=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #2A935E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A935E is #D56CA1. Grayscale: #6D6D6D. Windows color (decimal): -13986978 or 6198058. OLE color: 6198058.
HSL color Cylindrical-coordinate representation of color #2A935E: hue angle of 149.71º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A935E is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 147 | 94 | - |
| CMYK | 0.71 | 0 | 0.36 | 0.42 |
| HSL | 149.71º | 0.56% | 0.37% | - |
| HSV(B) | 149.71º | 0.71% | 0.58% | - |
| XYZ | 13.41 | 22.17 | 14.16 | - |
| YUV | 109.56 | 119.21 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 147 | 94 | 0.71 | 0 | 0.36 | 0.42 | 149.71 | 0.56 | 0.37 |
| Hex | 2A | 93 | 5E | 47 | 0 | 24 | 2A | 96 | 38 | 25 |
| Octal | 52 | 223 | 136 | 107 | 0 | 44 | 52 | 226 | 70 | 45 |
| Binary | 101010 | 10010011 | 1011110 | 1000111 | 0 | 100100 | 101010 | 10010110 | 111000 | 100101 |
Color Harmonies of #2A935E
Complementary color
Monochromatic Colors of #2A935E
Black with #2A935E
Text Example
Text Example
White with #2A935E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A935E; }
p { color: rgb(42,147,94); }
H1.HeaderClassName
{
color: #2A935E;
}
.AnyTagClassName
{
color: #2A935E;
}
</style>
background-color css
<style>
a { background-color: #2A935E; }
a { background-color: rgb(42,147,94); }
div.DivClassName
{
background-color: #2A935E;
}
.BgClassName
{
background-color: #2A935E;
}
</style>
border-color css
<style>
span { border-color: #2A935E; }
span { border-color: rgb(42,147,94); }
td.TdClassName
{
border-color: #2A935E;
}
.TagClassName
{
border-color: #2A935E;
}
</style>