Shades of Eucalyptus #2A996D
Tints of Eucalyptus #2A996D
RGB
CMYK
RGB Variations
Color information
#2A996D (or 0x2A996D) is known color: Eucalyptus. HEX triplet: 2A, 99 and 6D. RGB value is (42,153,109). Sum of RGB (Red+Green+Blue) = 42+153+109=304 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.82% from 304); Green value is 153 (60.16% from 255 or 50.33% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 153 - color contains mainly: green. Hex color #2A996D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A996D is #D56692. Grayscale: #727272. Windows color (decimal): -13985427 or 7182634. OLE color: 7182634.
HSL color Cylindrical-coordinate representation of color #2A996D: hue angle of 156.22º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A996D is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 42 | 153 | 109 | - |
| CMYK | 0.73 | 0 | 0.29 | 0.4 |
| HSL | 156.22º | 0.57% | 0.38% | - |
| HSV(B) | 156.22º | 0.73% | 0.6% | - |
| XYZ | 15.11 | 24.38 | 18.38 | - |
| YUV | 114.8 | 124.73 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 153 | 109 | 0.73 | 0 | 0.29 | 0.4 | 156.22 | 0.57 | 0.38 |
| Hex | 2A | 99 | 6D | 49 | 0 | 1D | 28 | 9C | 39 | 26 |
| Octal | 52 | 231 | 155 | 111 | 0 | 35 | 50 | 234 | 71 | 46 |
| Binary | 101010 | 10011001 | 1101101 | 1001001 | 0 | 11101 | 101000 | 10011100 | 111001 | 100110 |
Color Harmonies of #2A996D
Complementary color
Monochromatic Colors of #2A996D
Black with #2A996D
Text Example
Text Example
White with #2A996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A996D; }
p { color: rgb(42,153,109); }
H1.HeaderClassName
{
color: #2A996D;
}
.AnyTagClassName
{
color: #2A996D;
}
</style>
background-color css
<style>
a { background-color: #2A996D; }
a { background-color: rgb(42,153,109); }
div.DivClassName
{
background-color: #2A996D;
}
.BgClassName
{
background-color: #2A996D;
}
</style>
border-color css
<style>
span { border-color: #2A996D; }
span { border-color: rgb(42,153,109); }
td.TdClassName
{
border-color: #2A996D;
}
.TagClassName
{
border-color: #2A996D;
}
</style>