Shades of Eucalyptus #2AA652
Tints of Eucalyptus #2AA652
RGB
CMYK
RGB Variations
Color information
#2AA652 (or 0x2AA652) is known color: Eucalyptus. HEX triplet: 2A, A6 and 52. RGB value is (42,166,82). Sum of RGB (Red+Green+Blue) = 42+166+82=290 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.48% from 290); Green value is 166 (65.23% from 255 or 57.24% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 166 - color contains mainly: green. Hex color #2AA652 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA652 is #D559AD. Grayscale: #777777. Windows color (decimal): -13982126 or 5416490. OLE color: 5416490.
HSL color Cylindrical-coordinate representation of color #2AA652: hue angle of 139.35º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA652 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 166 | 82 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.35 |
| HSL | 139.35º | 0.6% | 0.41% | - |
| HSV(B) | 139.35º | 0.75% | 0.65% | - |
| XYZ | 16.11 | 28.37 | 12.61 | - |
| YUV | 119.35 | 106.92 | 72.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 166 | 82 | 0.75 | 0 | 0.51 | 0.35 | 139.35 | 0.6 | 0.41 |
| Hex | 2A | A6 | 52 | 4B | 0 | 33 | 23 | 8B | 3C | 29 |
| Octal | 52 | 246 | 122 | 113 | 0 | 63 | 43 | 213 | 74 | 51 |
| Binary | 101010 | 10100110 | 1010010 | 1001011 | 0 | 110011 | 100011 | 10001011 | 111100 | 101001 |
Color Harmonies of #2AA652
Complementary color
Monochromatic Colors of #2AA652
Black with #2AA652
Text Example
Text Example
White with #2AA652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA652; }
p { color: rgb(42,166,82); }
H1.HeaderClassName
{
color: #2AA652;
}
.AnyTagClassName
{
color: #2AA652;
}
</style>
background-color css
<style>
a { background-color: #2AA652; }
a { background-color: rgb(42,166,82); }
div.DivClassName
{
background-color: #2AA652;
}
.BgClassName
{
background-color: #2AA652;
}
</style>
border-color css
<style>
span { border-color: #2AA652; }
span { border-color: rgb(42,166,82); }
td.TdClassName
{
border-color: #2AA652;
}
.TagClassName
{
border-color: #2AA652;
}
</style>