Shades of Eucalyptus #2D9260
Tints of Eucalyptus #2D9260
RGB
CMYK
RGB Variations
Color information
#2D9260 (or 0x2D9260) is known color: Eucalyptus. HEX triplet: 2D, 92 and 60. RGB value is (45,146,96). Sum of RGB (Red+Green+Blue) = 45+146+96=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #2D9260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9260 is #D26D9F. Grayscale: #6E6E6E. Windows color (decimal): -13790624 or 6328877. OLE color: 6328877.
HSL color Cylindrical-coordinate representation of color #2D9260: hue angle of 150.3º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D9260 is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 146 | 96 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.43 |
| HSL | 150.3º | 0.53% | 0.37% | - |
| HSV(B) | 150.3º | 0.69% | 0.57% | - |
| XYZ | 13.47 | 21.96 | 14.6 | - |
| YUV | 110.1 | 120.04 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 146 | 96 | 0.69 | 0 | 0.34 | 0.43 | 150.3 | 0.53 | 0.37 |
| Hex | 2D | 92 | 60 | 45 | 0 | 22 | 2B | 96 | 35 | 25 |
| Octal | 55 | 222 | 140 | 105 | 0 | 42 | 53 | 226 | 65 | 45 |
| Binary | 101101 | 10010010 | 1100000 | 1000101 | 0 | 100010 | 101011 | 10010110 | 110101 | 100101 |
Color Harmonies of #2D9260
Complementary color
Monochromatic Colors of #2D9260
Black with #2D9260
Text Example
Text Example
White with #2D9260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9260; }
p { color: rgb(45,146,96); }
H1.HeaderClassName
{
color: #2D9260;
}
.AnyTagClassName
{
color: #2D9260;
}
</style>
background-color css
<style>
a { background-color: #2D9260; }
a { background-color: rgb(45,146,96); }
div.DivClassName
{
background-color: #2D9260;
}
.BgClassName
{
background-color: #2D9260;
}
</style>
border-color css
<style>
span { border-color: #2D9260; }
span { border-color: rgb(45,146,96); }
td.TdClassName
{
border-color: #2D9260;
}
.TagClassName
{
border-color: #2D9260;
}
</style>