Shades of Eucalyptus #2AAD5B
Tints of Eucalyptus #2AAD5B
RGB
CMYK
RGB Variations
Color information
#2AAD5B (or 0x2AAD5B) is known color: Eucalyptus. HEX triplet: 2A, AD and 5B. RGB value is (42,173,91). Sum of RGB (Red+Green+Blue) = 42+173+91=306 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.73% from 306); Green value is 173 (67.97% from 255 or 56.54% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 173 - color contains mainly: green. Hex color #2AAD5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAD5B is #D552A4. Grayscale: #7C7C7C. Windows color (decimal): -13980325 or 6008106. OLE color: 6008106.
HSL color Cylindrical-coordinate representation of color #2AAD5B: hue angle of 142.44º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAD5B is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 173 | 91 | - |
| CMYK | 0.76 | 0 | 0.47 | 0.32 |
| HSL | 142.44º | 0.61% | 0.42% | - |
| HSV(B) | 142.44º | 0.76% | 0.68% | - |
| XYZ | 17.79 | 31.13 | 14.97 | - |
| YUV | 124.48 | 109.1 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 173 | 91 | 0.76 | 0 | 0.47 | 0.32 | 142.44 | 0.61 | 0.42 |
| Hex | 2A | AD | 5B | 4C | 0 | 2F | 20 | 8E | 3D | 2A |
| Octal | 52 | 255 | 133 | 114 | 0 | 57 | 40 | 216 | 75 | 52 |
| Binary | 101010 | 10101101 | 1011011 | 1001100 | 0 | 101111 | 100000 | 10001110 | 111101 | 101010 |
Color Harmonies of #2AAD5B
Complementary color
Monochromatic Colors of #2AAD5B
Black with #2AAD5B
Text Example
Text Example
White with #2AAD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAD5B; }
p { color: rgb(42,173,91); }
H1.HeaderClassName
{
color: #2AAD5B;
}
.AnyTagClassName
{
color: #2AAD5B;
}
</style>
background-color css
<style>
a { background-color: #2AAD5B; }
a { background-color: rgb(42,173,91); }
div.DivClassName
{
background-color: #2AAD5B;
}
.BgClassName
{
background-color: #2AAD5B;
}
</style>
border-color css
<style>
span { border-color: #2AAD5B; }
span { border-color: rgb(42,173,91); }
td.TdClassName
{
border-color: #2AAD5B;
}
.TagClassName
{
border-color: #2AAD5B;
}
</style>