Shades of Eucalyptus #2D9464
Tints of Eucalyptus #2D9464
RGB
CMYK
RGB Variations
Color information
#2D9464 (or 0x2D9464) is known color: Eucalyptus. HEX triplet: 2D, 94 and 64. RGB value is (45,148,100). Sum of RGB (Red+Green+Blue) = 45+148+100=293 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.36% from 293); Green value is 148 (58.20% from 255 or 50.51% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 148 - color contains mainly: green. Hex color #2D9464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9464 is #D26B9B. Grayscale: #6F6F6F. Windows color (decimal): -13790108 or 6591533. OLE color: 6591533.
HSL color Cylindrical-coordinate representation of color #2D9464: hue angle of 152.04º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D9464 is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 148 | 100 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.42 |
| HSL | 152.04º | 0.53% | 0.38% | - |
| HSV(B) | 152.04º | 0.7% | 0.58% | - |
| XYZ | 13.97 | 22.66 | 15.69 | - |
| YUV | 111.73 | 121.38 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 148 | 100 | 0.70 | 0 | 0.32 | 0.42 | 152.04 | 0.53 | 0.38 |
| Hex | 2D | 94 | 64 | 46 | 0 | 20 | 2A | 98 | 35 | 26 |
| Octal | 55 | 224 | 144 | 106 | 0 | 40 | 52 | 230 | 65 | 46 |
| Binary | 101101 | 10010100 | 1100100 | 1000110 | 0 | 100000 | 101010 | 10011000 | 110101 | 100110 |
Color Harmonies of #2D9464
Complementary color
Monochromatic Colors of #2D9464
Black with #2D9464
Text Example
Text Example
White with #2D9464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9464; }
p { color: rgb(45,148,100); }
H1.HeaderClassName
{
color: #2D9464;
}
.AnyTagClassName
{
color: #2D9464;
}
</style>
background-color css
<style>
a { background-color: #2D9464; }
a { background-color: rgb(45,148,100); }
div.DivClassName
{
background-color: #2D9464;
}
.BgClassName
{
background-color: #2D9464;
}
</style>
border-color css
<style>
span { border-color: #2D9464; }
span { border-color: rgb(45,148,100); }
td.TdClassName
{
border-color: #2D9464;
}
.TagClassName
{
border-color: #2D9464;
}
</style>