Shades of Eucalyptus #309A59
Tints of Eucalyptus #309A59
RGB
CMYK
RGB Variations
Color information
#309A59 (or 0x309A59) is known color: Eucalyptus. HEX triplet: 30, 9A and 59. RGB value is (48,154,89). Sum of RGB (Red+Green+Blue) = 48+154+89=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 154 (60.55% from 255 or 52.92% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 154 - color contains mainly: green. Hex color #309A59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309A59 is #CF65A6. Grayscale: #737373. Windows color (decimal): -13591975 or 5872176. OLE color: 5872176.
HSL color Cylindrical-coordinate representation of color #309A59: hue angle of 143.21º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309A59 is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 48 | 154 | 89 | - |
| CMYK | 0.69 | 0 | 0.42 | 0.40 |
| HSL | 143.21º | 0.52% | 0.4% | - |
| HSV(B) | 143.21º | 0.69% | 0.6% | - |
| XYZ | 14.58 | 24.46 | 13.4 | - |
| YUV | 114.9 | 113.38 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 154 | 89 | 0.69 | 0 | 0.42 | 0.40 | 143.21 | 0.52 | 0.4 |
| Hex | 30 | 9A | 59 | 45 | 0 | 2A | 28 | 8F | 34 | 28 |
| Octal | 60 | 232 | 131 | 105 | 0 | 52 | 50 | 217 | 64 | 50 |
| Binary | 110000 | 10011010 | 1011001 | 1000101 | 0 | 101010 | 101000 | 10001111 | 110100 | 101000 |
Color Harmonies of #309A59
Complementary color
Monochromatic Colors of #309A59
Black with #309A59
Text Example
Text Example
White with #309A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309A59; }
p { color: rgb(48,154,89); }
H1.HeaderClassName
{
color: #309A59;
}
.AnyTagClassName
{
color: #309A59;
}
</style>
background-color css
<style>
a { background-color: #309A59; }
a { background-color: rgb(48,154,89); }
div.DivClassName
{
background-color: #309A59;
}
.BgClassName
{
background-color: #309A59;
}
</style>
border-color css
<style>
span { border-color: #309A59; }
span { border-color: rgb(48,154,89); }
td.TdClassName
{
border-color: #309A59;
}
.TagClassName
{
border-color: #309A59;
}
</style>