Shades of Eucalyptus #30986C
Tints of Eucalyptus #30986C
RGB
CMYK
RGB Variations
Color information
#30986C (or 0x30986C) is known color: Eucalyptus. HEX triplet: 30, 98 and 6C. RGB value is (48,152,108). Sum of RGB (Red+Green+Blue) = 48+152+108=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 152 (59.77% from 255 or 49.35% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 152 - color contains mainly: green. Hex color #30986C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30986C is #CF6793. Grayscale: #737373. Windows color (decimal): -13592468 or 7116848. OLE color: 7116848.
HSL color Cylindrical-coordinate representation of color #30986C: hue angle of 154.62º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30986C is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 48 | 152 | 108 | - |
| CMYK | 0.68 | 0 | 0.29 | 0.40 |
| HSL | 154.62º | 0.52% | 0.39% | - |
| HSV(B) | 154.62º | 0.68% | 0.6% | - |
| XYZ | 15.15 | 24.17 | 18.05 | - |
| YUV | 115.89 | 123.54 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 152 | 108 | 0.68 | 0 | 0.29 | 0.40 | 154.62 | 0.52 | 0.39 |
| Hex | 30 | 98 | 6C | 44 | 0 | 1D | 28 | 9B | 34 | 27 |
| Octal | 60 | 230 | 154 | 104 | 0 | 35 | 50 | 233 | 64 | 47 |
| Binary | 110000 | 10011000 | 1101100 | 1000100 | 0 | 11101 | 101000 | 10011011 | 110100 | 100111 |
Color Harmonies of #30986C
Complementary color
Monochromatic Colors of #30986C
Black with #30986C
Text Example
Text Example
White with #30986C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30986C; }
p { color: rgb(48,152,108); }
H1.HeaderClassName
{
color: #30986C;
}
.AnyTagClassName
{
color: #30986C;
}
</style>
background-color css
<style>
a { background-color: #30986C; }
a { background-color: rgb(48,152,108); }
div.DivClassName
{
background-color: #30986C;
}
.BgClassName
{
background-color: #30986C;
}
</style>
border-color css
<style>
span { border-color: #30986C; }
span { border-color: rgb(48,152,108); }
td.TdClassName
{
border-color: #30986C;
}
.TagClassName
{
border-color: #30986C;
}
</style>