Shades of Eucalyptus #2D9F72
Tints of Eucalyptus #2D9F72
RGB
CMYK
RGB Variations
Color information
#2D9F72 (or 0x2D9F72) is known color: Eucalyptus. HEX triplet: 2D, 9F and 72. RGB value is (45,159,114). Sum of RGB (Red+Green+Blue) = 45+159+114=318 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.15% from 318); Green value is 159 (62.5% from 255 or 50% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 159 - color contains mainly: green. Hex color #2D9F72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9F72 is #D2608D. Grayscale: #777777. Windows color (decimal): -13787278 or 7511853. OLE color: 7511853.
HSL color Cylindrical-coordinate representation of color #2D9F72: hue angle of 156.32º 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 #2D9F72 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 159 | 114 | - |
| CMYK | 0.72 | 0 | 0.28 | 0.38 |
| HSL | 156.32º | 0.56% | 0.4% | - |
| HSV(B) | 156.32º | 0.72% | 0.62% | - |
| XYZ | 16.52 | 26.57 | 20.18 | - |
| YUV | 119.78 | 124.73 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 159 | 114 | 0.72 | 0 | 0.28 | 0.38 | 156.32 | 0.56 | 0.4 |
| Hex | 2D | 9F | 72 | 48 | 0 | 1C | 26 | 9C | 38 | 28 |
| Octal | 55 | 237 | 162 | 110 | 0 | 34 | 46 | 234 | 70 | 50 |
| Binary | 101101 | 10011111 | 1110010 | 1001000 | 0 | 11100 | 100110 | 10011100 | 111000 | 101000 |
Color Harmonies of #2D9F72
Complementary color
Monochromatic Colors of #2D9F72
Black with #2D9F72
Text Example
Text Example
White with #2D9F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9F72; }
p { color: rgb(45,159,114); }
H1.HeaderClassName
{
color: #2D9F72;
}
.AnyTagClassName
{
color: #2D9F72;
}
</style>
background-color css
<style>
a { background-color: #2D9F72; }
a { background-color: rgb(45,159,114); }
div.DivClassName
{
background-color: #2D9F72;
}
.BgClassName
{
background-color: #2D9F72;
}
</style>
border-color css
<style>
span { border-color: #2D9F72; }
span { border-color: rgb(45,159,114); }
td.TdClassName
{
border-color: #2D9F72;
}
.TagClassName
{
border-color: #2D9F72;
}
</style>