Shades of Eucalyptus #2A9569
Tints of Eucalyptus #2A9569
RGB
CMYK
RGB Variations
Color information
#2A9569 (or 0x2A9569) is known color: Eucalyptus. HEX triplet: 2A, 95 and 69. RGB value is (42,149,105). Sum of RGB (Red+Green+Blue) = 42+149+105=296 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.19% from 296); Green value is 149 (58.59% from 255 or 50.34% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 149 - color contains mainly: green. Hex color #2A9569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9569 is #D56A96. Grayscale: #707070. Windows color (decimal): -13986455 or 6919466. OLE color: 6919466.
HSL color Cylindrical-coordinate representation of color #2A9569: hue angle of 155.33º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A9569 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 149 | 105 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.42 |
| HSL | 155.33º | 0.56% | 0.37% | - |
| HSV(B) | 155.33º | 0.72% | 0.58% | - |
| XYZ | 14.25 | 23.01 | 17.05 | - |
| YUV | 111.99 | 124.05 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 149 | 105 | 0.72 | 0 | 0.30 | 0.42 | 155.33 | 0.56 | 0.37 |
| Hex | 2A | 95 | 69 | 48 | 0 | 1E | 2A | 9B | 38 | 25 |
| Octal | 52 | 225 | 151 | 110 | 0 | 36 | 52 | 233 | 70 | 45 |
| Binary | 101010 | 10010101 | 1101001 | 1001000 | 0 | 11110 | 101010 | 10011011 | 111000 | 100101 |
Color Harmonies of #2A9569
Complementary color
Monochromatic Colors of #2A9569
Black with #2A9569
Text Example
Text Example
White with #2A9569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9569; }
p { color: rgb(42,149,105); }
H1.HeaderClassName
{
color: #2A9569;
}
.AnyTagClassName
{
color: #2A9569;
}
</style>
background-color css
<style>
a { background-color: #2A9569; }
a { background-color: rgb(42,149,105); }
div.DivClassName
{
background-color: #2A9569;
}
.BgClassName
{
background-color: #2A9569;
}
</style>
border-color css
<style>
span { border-color: #2A9569; }
span { border-color: rgb(42,149,105); }
td.TdClassName
{
border-color: #2A9569;
}
.TagClassName
{
border-color: #2A9569;
}
</style>