Shades of Eucalyptus #2AAD5C
Tints of Eucalyptus #2AAD5C
RGB
CMYK
RGB Variations
Color information
#2AAD5C (or 0x2AAD5C) is known color: Eucalyptus. HEX triplet: 2A, AD and 5C. RGB value is (42,173,92). Sum of RGB (Red+Green+Blue) = 42+173+92=307 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.68% from 307); Green value is 173 (67.97% from 255 or 56.35% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 173 - color contains mainly: green. Hex color #2AAD5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAD5C is #D552A3. Grayscale: #7C7C7C. Windows color (decimal): -13980324 or 6073642. OLE color: 6073642.
HSL color Cylindrical-coordinate representation of color #2AAD5C: hue angle of 142.9º 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 #2AAD5C is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 173 | 92 | - |
| CMYK | 0.76 | 0 | 0.47 | 0.32 |
| HSL | 142.9º | 0.61% | 0.42% | - |
| HSV(B) | 142.9º | 0.76% | 0.68% | - |
| XYZ | 17.83 | 31.15 | 15.2 | - |
| YUV | 124.6 | 109.6 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 173 | 92 | 0.76 | 0 | 0.47 | 0.32 | 142.9 | 0.61 | 0.42 |
| Hex | 2A | AD | 5C | 4C | 0 | 2F | 20 | 8F | 3D | 2A |
| Octal | 52 | 255 | 134 | 114 | 0 | 57 | 40 | 217 | 75 | 52 |
| Binary | 101010 | 10101101 | 1011100 | 1001100 | 0 | 101111 | 100000 | 10001111 | 111101 | 101010 |
Color Harmonies of #2AAD5C
Complementary color
Monochromatic Colors of #2AAD5C
Black with #2AAD5C
Text Example
Text Example
White with #2AAD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAD5C; }
p { color: rgb(42,173,92); }
H1.HeaderClassName
{
color: #2AAD5C;
}
.AnyTagClassName
{
color: #2AAD5C;
}
</style>
background-color css
<style>
a { background-color: #2AAD5C; }
a { background-color: rgb(42,173,92); }
div.DivClassName
{
background-color: #2AAD5C;
}
.BgClassName
{
background-color: #2AAD5C;
}
</style>
border-color css
<style>
span { border-color: #2AAD5C; }
span { border-color: rgb(42,173,92); }
td.TdClassName
{
border-color: #2AAD5C;
}
.TagClassName
{
border-color: #2AAD5C;
}
</style>