Shades of Eucalyptus #2D9A5D
Tints of Eucalyptus #2D9A5D
RGB
CMYK
RGB Variations
Color information
#2D9A5D (or 0x2D9A5D) is known color: Eucalyptus. HEX triplet: 2D, 9A and 5D. RGB value is (45,154,93). Sum of RGB (Red+Green+Blue) = 45+154+93=292 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.41% from 292); Green value is 154 (60.55% from 255 or 52.74% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 154 - color contains mainly: green. Hex color #2D9A5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9A5D is #D265A2. Grayscale: #727272. Windows color (decimal): -13788579 or 6134317. OLE color: 6134317.
HSL color Cylindrical-coordinate representation of color #2D9A5D: hue angle of 146.42º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D9A5D is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 45 | 154 | 93 | - |
| CMYK | 0.71 | 0 | 0.40 | 0.40 |
| HSL | 146.42º | 0.55% | 0.39% | - |
| HSV(B) | 146.42º | 0.71% | 0.6% | - |
| XYZ | 14.61 | 24.46 | 14.31 | - |
| YUV | 114.46 | 115.89 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 154 | 93 | 0.71 | 0 | 0.40 | 0.40 | 146.42 | 0.55 | 0.39 |
| Hex | 2D | 9A | 5D | 47 | 0 | 28 | 28 | 92 | 37 | 27 |
| Octal | 55 | 232 | 135 | 107 | 0 | 50 | 50 | 222 | 67 | 47 |
| Binary | 101101 | 10011010 | 1011101 | 1000111 | 0 | 101000 | 101000 | 10010010 | 110111 | 100111 |
Color Harmonies of #2D9A5D
Complementary color
Monochromatic Colors of #2D9A5D
Black with #2D9A5D
Text Example
Text Example
White with #2D9A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9A5D; }
p { color: rgb(45,154,93); }
H1.HeaderClassName
{
color: #2D9A5D;
}
.AnyTagClassName
{
color: #2D9A5D;
}
</style>
background-color css
<style>
a { background-color: #2D9A5D; }
a { background-color: rgb(45,154,93); }
div.DivClassName
{
background-color: #2D9A5D;
}
.BgClassName
{
background-color: #2D9A5D;
}
</style>
border-color css
<style>
span { border-color: #2D9A5D; }
span { border-color: rgb(45,154,93); }
td.TdClassName
{
border-color: #2D9A5D;
}
.TagClassName
{
border-color: #2D9A5D;
}
</style>