Shades of Eucalyptus #2D955C
Tints of Eucalyptus #2D955C
RGB
CMYK
RGB Variations
Color information
#2D955C (or 0x2D955C) is known color: Eucalyptus. HEX triplet: 2D, 95 and 5C. RGB value is (45,149,92). Sum of RGB (Red+Green+Blue) = 45+149+92=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #2D955C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D955C is #D26AA3. Grayscale: #6F6F6F. Windows color (decimal): -13789860 or 6067501. OLE color: 6067501.
HSL color Cylindrical-coordinate representation of color #2D955C: hue angle of 147.12º degrees, saturation: 0.54, 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 #2D955C is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 149 | 92 | - |
| CMYK | 0.70 | 0 | 0.38 | 0.42 |
| HSL | 147.12º | 0.54% | 0.38% | - |
| HSV(B) | 147.12º | 0.7% | 0.58% | - |
| XYZ | 13.76 | 22.83 | 13.81 | - |
| YUV | 111.41 | 117.04 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 149 | 92 | 0.70 | 0 | 0.38 | 0.42 | 147.12 | 0.54 | 0.38 |
| Hex | 2D | 95 | 5C | 46 | 0 | 26 | 2A | 93 | 36 | 26 |
| Octal | 55 | 225 | 134 | 106 | 0 | 46 | 52 | 223 | 66 | 46 |
| Binary | 101101 | 10010101 | 1011100 | 1000110 | 0 | 100110 | 101010 | 10010011 | 110110 | 100110 |
Color Harmonies of #2D955C
Complementary color
Monochromatic Colors of #2D955C
Black with #2D955C
Text Example
Text Example
White with #2D955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D955C; }
p { color: rgb(45,149,92); }
H1.HeaderClassName
{
color: #2D955C;
}
.AnyTagClassName
{
color: #2D955C;
}
</style>
background-color css
<style>
a { background-color: #2D955C; }
a { background-color: rgb(45,149,92); }
div.DivClassName
{
background-color: #2D955C;
}
.BgClassName
{
background-color: #2D955C;
}
</style>
border-color css
<style>
span { border-color: #2D955C; }
span { border-color: rgb(45,149,92); }
td.TdClassName
{
border-color: #2D955C;
}
.TagClassName
{
border-color: #2D955C;
}
</style>