Shades of Eucalyptus #2D8D63
Tints of Eucalyptus #2D8D63
RGB
CMYK
RGB Variations
Color information
#2D8D63 (or 0x2D8D63) is known color: Eucalyptus. HEX triplet: 2D, 8D and 63. RGB value is (45,141,99). Sum of RGB (Red+Green+Blue) = 45+141+99=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 141 (55.47% from 255 or 49.47% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 141 - color contains mainly: green. Hex color #2D8D63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8D63 is #D2729C. Grayscale: #6B6B6B. Windows color (decimal): -13791901 or 6524205. OLE color: 6524205.
HSL color Cylindrical-coordinate representation of color #2D8D63: hue angle of 153.75º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D8D63 is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 141 | 99 | - |
| CMYK | 0.68 | 0 | 0.30 | 0.45 |
| HSL | 153.75º | 0.52% | 0.36% | - |
| HSV(B) | 153.75º | 0.68% | 0.55% | - |
| XYZ | 12.86 | 20.51 | 15.09 | - |
| YUV | 107.51 | 123.2 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 141 | 99 | 0.68 | 0 | 0.30 | 0.45 | 153.75 | 0.52 | 0.36 |
| Hex | 2D | 8D | 63 | 44 | 0 | 1E | 2D | 9A | 34 | 24 |
| Octal | 55 | 215 | 143 | 104 | 0 | 36 | 55 | 232 | 64 | 44 |
| Binary | 101101 | 10001101 | 1100011 | 1000100 | 0 | 11110 | 101101 | 10011010 | 110100 | 100100 |
Color Harmonies of #2D8D63
Complementary color
Monochromatic Colors of #2D8D63
Black with #2D8D63
Text Example
Text Example
White with #2D8D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8D63; }
p { color: rgb(45,141,99); }
H1.HeaderClassName
{
color: #2D8D63;
}
.AnyTagClassName
{
color: #2D8D63;
}
</style>
background-color css
<style>
a { background-color: #2D8D63; }
a { background-color: rgb(45,141,99); }
div.DivClassName
{
background-color: #2D8D63;
}
.BgClassName
{
background-color: #2D8D63;
}
</style>
border-color css
<style>
span { border-color: #2D8D63; }
span { border-color: rgb(45,141,99); }
td.TdClassName
{
border-color: #2D8D63;
}
.TagClassName
{
border-color: #2D8D63;
}
</style>