Shades of Eucalyptus #309E65
Tints of Eucalyptus #309E65
RGB
CMYK
RGB Variations
Color information
#309E65 (or 0x309E65) is known color: Eucalyptus. HEX triplet: 30, 9E and 65. RGB value is (48,158,101). Sum of RGB (Red+Green+Blue) = 48+158+101=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 158 (62.11% from 255 or 51.47% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 158 - color contains mainly: green. Hex color #309E65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309E65 is #CF619A. Grayscale: #767676. Windows color (decimal): -13590939 or 6659632. OLE color: 6659632.
HSL color Cylindrical-coordinate representation of color #309E65: hue angle of 148.91º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #309E65 is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 158 | 101 | - |
| CMYK | 0.70 | 0 | 0.36 | 0.38 |
| HSL | 148.91º | 0.53% | 0.4% | - |
| HSV(B) | 148.91º | 0.7% | 0.62% | - |
| XYZ | 15.79 | 26.02 | 16.5 | - |
| YUV | 118.61 | 118.06 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 158 | 101 | 0.70 | 0 | 0.36 | 0.38 | 148.91 | 0.53 | 0.4 |
| Hex | 30 | 9E | 65 | 46 | 0 | 24 | 26 | 95 | 35 | 28 |
| Octal | 60 | 236 | 145 | 106 | 0 | 44 | 46 | 225 | 65 | 50 |
| Binary | 110000 | 10011110 | 1100101 | 1000110 | 0 | 100100 | 100110 | 10010101 | 110101 | 101000 |
Color Harmonies of #309E65
Complementary color
Monochromatic Colors of #309E65
Black with #309E65
Text Example
Text Example
White with #309E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309E65; }
p { color: rgb(48,158,101); }
H1.HeaderClassName
{
color: #309E65;
}
.AnyTagClassName
{
color: #309E65;
}
</style>
background-color css
<style>
a { background-color: #309E65; }
a { background-color: rgb(48,158,101); }
div.DivClassName
{
background-color: #309E65;
}
.BgClassName
{
background-color: #309E65;
}
</style>
border-color css
<style>
span { border-color: #309E65; }
span { border-color: rgb(48,158,101); }
td.TdClassName
{
border-color: #309E65;
}
.TagClassName
{
border-color: #309E65;
}
</style>