Shades of Eucalyptus #2D9769
Tints of Eucalyptus #2D9769
RGB
CMYK
RGB Variations
Color information
#2D9769 (or 0x2D9769) is known color: Eucalyptus. HEX triplet: 2D, 97 and 69. RGB value is (45,151,105). Sum of RGB (Red+Green+Blue) = 45+151+105=301 (39% of max value = 765). Red value is 45 (17.97% from 255 or 14.95% from 301); Green value is 151 (59.38% from 255 or 50.17% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 151 - color contains mainly: green. Hex color #2D9769 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9769 is #D26896. Grayscale: #727272. Windows color (decimal): -13789335 or 6919981. OLE color: 6919981.
HSL color Cylindrical-coordinate representation of color #2D9769: hue angle of 153.96º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D9769 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 45 | 151 | 105 | - |
| CMYK | 0.70 | 0 | 0.30 | 0.41 |
| HSL | 153.96º | 0.54% | 0.38% | - |
| HSV(B) | 153.96º | 0.7% | 0.59% | - |
| XYZ | 14.7 | 23.71 | 17.17 | - |
| YUV | 114.06 | 122.88 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 151 | 105 | 0.70 | 0 | 0.30 | 0.41 | 153.96 | 0.54 | 0.38 |
| Hex | 2D | 97 | 69 | 46 | 0 | 1E | 29 | 9A | 36 | 26 |
| Octal | 55 | 227 | 151 | 106 | 0 | 36 | 51 | 232 | 66 | 46 |
| Binary | 101101 | 10010111 | 1101001 | 1000110 | 0 | 11110 | 101001 | 10011010 | 110110 | 100110 |
Color Harmonies of #2D9769
Complementary color
Monochromatic Colors of #2D9769
Black with #2D9769
Text Example
Text Example
White with #2D9769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9769; }
p { color: rgb(45,151,105); }
H1.HeaderClassName
{
color: #2D9769;
}
.AnyTagClassName
{
color: #2D9769;
}
</style>
background-color css
<style>
a { background-color: #2D9769; }
a { background-color: rgb(45,151,105); }
div.DivClassName
{
background-color: #2D9769;
}
.BgClassName
{
background-color: #2D9769;
}
</style>
border-color css
<style>
span { border-color: #2D9769; }
span { border-color: rgb(45,151,105); }
td.TdClassName
{
border-color: #2D9769;
}
.TagClassName
{
border-color: #2D9769;
}
</style>