Shades of Eucalyptus #309959
Tints of Eucalyptus #309959
RGB
CMYK
RGB Variations
Color information
#309959 (or 0x309959) is known color: Eucalyptus. HEX triplet: 30, 99 and 59. RGB value is (48,153,89). Sum of RGB (Red+Green+Blue) = 48+153+89=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 153 (60.16% from 255 or 52.76% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 153 - color contains mainly: green. Hex color #309959 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309959 is #CF66A6. Grayscale: #727272. Windows color (decimal): -13592231 or 5871920. OLE color: 5871920.
HSL color Cylindrical-coordinate representation of color #309959: hue angle of 143.43º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309959 is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 48 | 153 | 89 | - |
| CMYK | 0.69 | 0 | 0.42 | 0.4 |
| HSL | 143.43º | 0.52% | 0.39% | - |
| HSV(B) | 143.43º | 0.69% | 0.6% | - |
| XYZ | 14.41 | 24.13 | 13.35 | - |
| YUV | 114.31 | 113.71 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 153 | 89 | 0.69 | 0 | 0.42 | 0.4 | 143.43 | 0.52 | 0.39 |
| Hex | 30 | 99 | 59 | 45 | 0 | 2A | 28 | 8F | 34 | 27 |
| Octal | 60 | 231 | 131 | 105 | 0 | 52 | 50 | 217 | 64 | 47 |
| Binary | 110000 | 10011001 | 1011001 | 1000101 | 0 | 101010 | 101000 | 10001111 | 110100 | 100111 |
Color Harmonies of #309959
Complementary color
Monochromatic Colors of #309959
Black with #309959
Text Example
Text Example
White with #309959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309959; }
p { color: rgb(48,153,89); }
H1.HeaderClassName
{
color: #309959;
}
.AnyTagClassName
{
color: #309959;
}
</style>
background-color css
<style>
a { background-color: #309959; }
a { background-color: rgb(48,153,89); }
div.DivClassName
{
background-color: #309959;
}
.BgClassName
{
background-color: #309959;
}
</style>
border-color css
<style>
span { border-color: #309959; }
span { border-color: rgb(48,153,89); }
td.TdClassName
{
border-color: #309959;
}
.TagClassName
{
border-color: #309959;
}
</style>