Shades of Eucalyptus #2D9D67
Tints of Eucalyptus #2D9D67
RGB
CMYK
RGB Variations
Color information
#2D9D67 (or 0x2D9D67) is known color: Eucalyptus. HEX triplet: 2D, 9D and 67. RGB value is (45,157,103). Sum of RGB (Red+Green+Blue) = 45+157+103=305 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.75% from 305); Green value is 157 (61.72% from 255 or 51.48% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 157 - color contains mainly: green. Hex color #2D9D67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9D67 is #D26298. Grayscale: #757575. Windows color (decimal): -13787801 or 6790445. OLE color: 6790445.
HSL color Cylindrical-coordinate representation of color #2D9D67: hue angle of 151.07º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D9D67 is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 157 | 103 | - |
| CMYK | 0.71 | 0 | 0.34 | 0.38 |
| HSL | 151.07º | 0.55% | 0.4% | - |
| HSV(B) | 151.07º | 0.71% | 0.62% | - |
| XYZ | 15.59 | 25.65 | 16.96 | - |
| YUV | 117.36 | 119.89 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 157 | 103 | 0.71 | 0 | 0.34 | 0.38 | 151.07 | 0.55 | 0.4 |
| Hex | 2D | 9D | 67 | 47 | 0 | 22 | 26 | 97 | 37 | 28 |
| Octal | 55 | 235 | 147 | 107 | 0 | 42 | 46 | 227 | 67 | 50 |
| Binary | 101101 | 10011101 | 1100111 | 1000111 | 0 | 100010 | 100110 | 10010111 | 110111 | 101000 |
Color Harmonies of #2D9D67
Complementary color
Monochromatic Colors of #2D9D67
Black with #2D9D67
Text Example
Text Example
White with #2D9D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9D67; }
p { color: rgb(45,157,103); }
H1.HeaderClassName
{
color: #2D9D67;
}
.AnyTagClassName
{
color: #2D9D67;
}
</style>
background-color css
<style>
a { background-color: #2D9D67; }
a { background-color: rgb(45,157,103); }
div.DivClassName
{
background-color: #2D9D67;
}
.BgClassName
{
background-color: #2D9D67;
}
</style>
border-color css
<style>
span { border-color: #2D9D67; }
span { border-color: rgb(45,157,103); }
td.TdClassName
{
border-color: #2D9D67;
}
.TagClassName
{
border-color: #2D9D67;
}
</style>