Shades of Eucalyptus #309F5E
Tints of Eucalyptus #309F5E
RGB
CMYK
RGB Variations
Color information
#309F5E (or 0x309F5E) is known color: Eucalyptus. HEX triplet: 30, 9F and 5E. RGB value is (48,159,94). Sum of RGB (Red+Green+Blue) = 48+159+94=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 159 (62.5% from 255 or 52.82% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 159 - color contains mainly: green. Hex color #309F5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309F5E is #CF60A1. Grayscale: #767676. Windows color (decimal): -13590690 or 6201136. OLE color: 6201136.
HSL color Cylindrical-coordinate representation of color #309F5E: hue angle of 144.86º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #309F5E is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 159 | 94 | - |
| CMYK | 0.70 | 0 | 0.41 | 0.38 |
| HSL | 144.86º | 0.54% | 0.41% | - |
| HSV(B) | 144.86º | 0.7% | 0.62% | - |
| XYZ | 15.64 | 26.23 | 14.83 | - |
| YUV | 118.4 | 114.23 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 159 | 94 | 0.70 | 0 | 0.41 | 0.38 | 144.86 | 0.54 | 0.41 |
| Hex | 30 | 9F | 5E | 46 | 0 | 29 | 26 | 91 | 36 | 29 |
| Octal | 60 | 237 | 136 | 106 | 0 | 51 | 46 | 221 | 66 | 51 |
| Binary | 110000 | 10011111 | 1011110 | 1000110 | 0 | 101001 | 100110 | 10010001 | 110110 | 101001 |
Color Harmonies of #309F5E
Complementary color
Monochromatic Colors of #309F5E
Black with #309F5E
Text Example
Text Example
White with #309F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309F5E; }
p { color: rgb(48,159,94); }
H1.HeaderClassName
{
color: #309F5E;
}
.AnyTagClassName
{
color: #309F5E;
}
</style>
background-color css
<style>
a { background-color: #309F5E; }
a { background-color: rgb(48,159,94); }
div.DivClassName
{
background-color: #309F5E;
}
.BgClassName
{
background-color: #309F5E;
}
</style>
border-color css
<style>
span { border-color: #309F5E; }
span { border-color: rgb(48,159,94); }
td.TdClassName
{
border-color: #309F5E;
}
.TagClassName
{
border-color: #309F5E;
}
</style>