Shades of Eucalyptus #308E60
Tints of Eucalyptus #308E60
RGB
CMYK
RGB Variations
Color information
#308E60 (or 0x308E60) is known color: Eucalyptus. HEX triplet: 30, 8E and 60. RGB value is (48,142,96). Sum of RGB (Red+Green+Blue) = 48+142+96=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 142 (55.86% from 255 or 49.65% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 142 - color contains mainly: green. Hex color #308E60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308E60 is #CF719F. Grayscale: #6C6C6C. Windows color (decimal): -13595040 or 6327856. OLE color: 6327856.
HSL color Cylindrical-coordinate representation of color #308E60: hue angle of 150.64º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308E60 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 142 | 96 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.44 |
| HSL | 150.64º | 0.49% | 0.37% | - |
| HSV(B) | 150.64º | 0.66% | 0.56% | - |
| XYZ | 13 | 20.82 | 14.4 | - |
| YUV | 108.65 | 120.86 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 142 | 96 | 0.66 | 0 | 0.32 | 0.44 | 150.64 | 0.49 | 0.37 |
| Hex | 30 | 8E | 60 | 42 | 0 | 20 | 2C | 97 | 31 | 25 |
| Octal | 60 | 216 | 140 | 102 | 0 | 40 | 54 | 227 | 61 | 45 |
| Binary | 110000 | 10001110 | 1100000 | 1000010 | 0 | 100000 | 101100 | 10010111 | 110001 | 100101 |
Color Harmonies of #308E60
Complementary color
Monochromatic Colors of #308E60
Black with #308E60
Text Example
Text Example
White with #308E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308E60; }
p { color: rgb(48,142,96); }
H1.HeaderClassName
{
color: #308E60;
}
.AnyTagClassName
{
color: #308E60;
}
</style>
background-color css
<style>
a { background-color: #308E60; }
a { background-color: rgb(48,142,96); }
div.DivClassName
{
background-color: #308E60;
}
.BgClassName
{
background-color: #308E60;
}
</style>
border-color css
<style>
span { border-color: #308E60; }
span { border-color: rgb(48,142,96); }
td.TdClassName
{
border-color: #308E60;
}
.TagClassName
{
border-color: #308E60;
}
</style>