Shades of Eucalyptus #309A6C
Tints of Eucalyptus #309A6C
RGB
CMYK
RGB Variations
Color information
#309A6C (or 0x309A6C) is known color: Eucalyptus. HEX triplet: 30, 9A and 6C. RGB value is (48,154,108). Sum of RGB (Red+Green+Blue) = 48+154+108=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 154 (60.55% from 255 or 49.68% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 154 - color contains mainly: green. Hex color #309A6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309A6C is #CF6593. Grayscale: #757575. Windows color (decimal): -13591956 or 7117360. OLE color: 7117360.
HSL color Cylindrical-coordinate representation of color #309A6C: hue angle of 153.96º 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 #309A6C is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 48 | 154 | 108 | - |
| CMYK | 0.69 | 0 | 0.30 | 0.40 |
| HSL | 153.96º | 0.52% | 0.4% | - |
| HSV(B) | 153.96º | 0.69% | 0.6% | - |
| XYZ | 15.48 | 24.82 | 18.16 | - |
| YUV | 117.06 | 122.88 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 154 | 108 | 0.69 | 0 | 0.30 | 0.40 | 153.96 | 0.52 | 0.4 |
| Hex | 30 | 9A | 6C | 45 | 0 | 1E | 28 | 9A | 34 | 28 |
| Octal | 60 | 232 | 154 | 105 | 0 | 36 | 50 | 232 | 64 | 50 |
| Binary | 110000 | 10011010 | 1101100 | 1000101 | 0 | 11110 | 101000 | 10011010 | 110100 | 101000 |
Color Harmonies of #309A6C
Complementary color
Monochromatic Colors of #309A6C
Black with #309A6C
Text Example
Text Example
White with #309A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309A6C; }
p { color: rgb(48,154,108); }
H1.HeaderClassName
{
color: #309A6C;
}
.AnyTagClassName
{
color: #309A6C;
}
</style>
background-color css
<style>
a { background-color: #309A6C; }
a { background-color: rgb(48,154,108); }
div.DivClassName
{
background-color: #309A6C;
}
.BgClassName
{
background-color: #309A6C;
}
</style>
border-color css
<style>
span { border-color: #309A6C; }
span { border-color: rgb(48,154,108); }
td.TdClassName
{
border-color: #309A6C;
}
.TagClassName
{
border-color: #309A6C;
}
</style>