Shades of Eucalyptus #2D9F6C
Tints of Eucalyptus #2D9F6C
RGB
CMYK
RGB Variations
Color information
#2D9F6C (or 0x2D9F6C) is known color: Eucalyptus. HEX triplet: 2D, 9F and 6C. RGB value is (45,159,108). Sum of RGB (Red+Green+Blue) = 45+159+108=312 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.42% from 312); Green value is 159 (62.5% from 255 or 50.96% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 159 - color contains mainly: green. Hex color #2D9F6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9F6C is #D26093. Grayscale: #777777. Windows color (decimal): -13787284 or 7118637. OLE color: 7118637.
HSL color Cylindrical-coordinate representation of color #2D9F6C: hue angle of 153.16º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D9F6C is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 159 | 108 | - |
| CMYK | 0.72 | 0 | 0.32 | 0.38 |
| HSL | 153.16º | 0.56% | 0.4% | - |
| HSV(B) | 153.16º | 0.72% | 0.62% | - |
| XYZ | 16.19 | 26.44 | 18.44 | - |
| YUV | 119.1 | 121.73 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 159 | 108 | 0.72 | 0 | 0.32 | 0.38 | 153.16 | 0.56 | 0.4 |
| Hex | 2D | 9F | 6C | 48 | 0 | 20 | 26 | 99 | 38 | 28 |
| Octal | 55 | 237 | 154 | 110 | 0 | 40 | 46 | 231 | 70 | 50 |
| Binary | 101101 | 10011111 | 1101100 | 1001000 | 0 | 100000 | 100110 | 10011001 | 111000 | 101000 |
Color Harmonies of #2D9F6C
Complementary color
Monochromatic Colors of #2D9F6C
Black with #2D9F6C
Text Example
Text Example
White with #2D9F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9F6C; }
p { color: rgb(45,159,108); }
H1.HeaderClassName
{
color: #2D9F6C;
}
.AnyTagClassName
{
color: #2D9F6C;
}
</style>
background-color css
<style>
a { background-color: #2D9F6C; }
a { background-color: rgb(45,159,108); }
div.DivClassName
{
background-color: #2D9F6C;
}
.BgClassName
{
background-color: #2D9F6C;
}
</style>
border-color css
<style>
span { border-color: #2D9F6C; }
span { border-color: rgb(45,159,108); }
td.TdClassName
{
border-color: #2D9F6C;
}
.TagClassName
{
border-color: #2D9F6C;
}
</style>