Shades of Eucalyptus #2EAA5C
Tints of Eucalyptus #2EAA5C
RGB
CMYK
RGB Variations
Color information
#2EAA5C (or 0x2EAA5C) is known color: Eucalyptus. HEX triplet: 2E, AA and 5C. RGB value is (46,170,92). Sum of RGB (Red+Green+Blue) = 46+170+92=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 170 (66.80% from 255 or 55.19% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAA5C is #D155A3. Grayscale: #7C7C7C. Windows color (decimal): -13718948 or 6072878. OLE color: 6072878.
HSL color Cylindrical-coordinate representation of color #2EAA5C: hue angle of 142.26º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAA5C is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 170 | 92 | - |
| CMYK | 0.73 | 0 | 0.46 | 0.33 |
| HSL | 142.26º | 0.57% | 0.42% | - |
| HSV(B) | 142.26º | 0.73% | 0.67% | - |
| XYZ | 17.43 | 30.1 | 15.02 | - |
| YUV | 124.03 | 109.92 | 72.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 170 | 92 | 0.73 | 0 | 0.46 | 0.33 | 142.26 | 0.57 | 0.42 |
| Hex | 2E | AA | 5C | 49 | 0 | 2E | 21 | 8E | 39 | 2A |
| Octal | 56 | 252 | 134 | 111 | 0 | 56 | 41 | 216 | 71 | 52 |
| Binary | 101110 | 10101010 | 1011100 | 1001001 | 0 | 101110 | 100001 | 10001110 | 111001 | 101010 |
Color Harmonies of #2EAA5C
Complementary color
Monochromatic Colors of #2EAA5C
Black with #2EAA5C
Text Example
Text Example
White with #2EAA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAA5C; }
p { color: rgb(46,170,92); }
H1.HeaderClassName
{
color: #2EAA5C;
}
.AnyTagClassName
{
color: #2EAA5C;
}
</style>
background-color css
<style>
a { background-color: #2EAA5C; }
a { background-color: rgb(46,170,92); }
div.DivClassName
{
background-color: #2EAA5C;
}
.BgClassName
{
background-color: #2EAA5C;
}
</style>
border-color css
<style>
span { border-color: #2EAA5C; }
span { border-color: rgb(46,170,92); }
td.TdClassName
{
border-color: #2EAA5C;
}
.TagClassName
{
border-color: #2EAA5C;
}
</style>