Shades of Eucalyptus #2A9C6D
Tints of Eucalyptus #2A9C6D
RGB
CMYK
RGB Variations
Color information
#2A9C6D (or 0x2A9C6D) is known color: Eucalyptus. HEX triplet: 2A, 9C and 6D. RGB value is (42,156,109). Sum of RGB (Red+Green+Blue) = 42+156+109=307 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.68% from 307); Green value is 156 (61.33% from 255 or 50.81% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 156 - color contains mainly: green. Hex color #2A9C6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9C6D is #D56392. Grayscale: #747474. Windows color (decimal): -13984659 or 7183402. OLE color: 7183402.
HSL color Cylindrical-coordinate representation of color #2A9C6D: hue angle of 155.26º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9C6D is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 156 | 109 | - |
| CMYK | 0.73 | 0 | 0.30 | 0.39 |
| HSL | 155.26º | 0.58% | 0.39% | - |
| HSV(B) | 155.26º | 0.73% | 0.61% | - |
| XYZ | 15.6 | 25.37 | 18.54 | - |
| YUV | 116.56 | 123.73 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 156 | 109 | 0.73 | 0 | 0.30 | 0.39 | 155.26 | 0.58 | 0.39 |
| Hex | 2A | 9C | 6D | 49 | 0 | 1E | 27 | 9B | 3A | 27 |
| Octal | 52 | 234 | 155 | 111 | 0 | 36 | 47 | 233 | 72 | 47 |
| Binary | 101010 | 10011100 | 1101101 | 1001001 | 0 | 11110 | 100111 | 10011011 | 111010 | 100111 |
Color Harmonies of #2A9C6D
Complementary color
Monochromatic Colors of #2A9C6D
Black with #2A9C6D
Text Example
Text Example
White with #2A9C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9C6D; }
p { color: rgb(42,156,109); }
H1.HeaderClassName
{
color: #2A9C6D;
}
.AnyTagClassName
{
color: #2A9C6D;
}
</style>
background-color css
<style>
a { background-color: #2A9C6D; }
a { background-color: rgb(42,156,109); }
div.DivClassName
{
background-color: #2A9C6D;
}
.BgClassName
{
background-color: #2A9C6D;
}
</style>
border-color css
<style>
span { border-color: #2A9C6D; }
span { border-color: rgb(42,156,109); }
td.TdClassName
{
border-color: #2A9C6D;
}
.TagClassName
{
border-color: #2A9C6D;
}
</style>