Shades of Eucalyptus #30A06C
Tints of Eucalyptus #30A06C
RGB
CMYK
RGB Variations
Color information
#30A06C (or 0x30A06C) is known color: Eucalyptus. HEX triplet: 30, A0 and 6C. RGB value is (48,160,108). Sum of RGB (Red+Green+Blue) = 48+160+108=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #30A06C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A06C is #CF5F93. Grayscale: #787878. Windows color (decimal): -13590420 or 7118896. OLE color: 7118896.
HSL color Cylindrical-coordinate representation of color #30A06C: hue angle of 152.14º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30A06C is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 160 | 108 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.37 |
| HSL | 152.14º | 0.54% | 0.41% | - |
| HSV(B) | 152.14º | 0.7% | 0.63% | - |
| XYZ | 16.5 | 26.85 | 18.5 | - |
| YUV | 120.58 | 120.89 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 160 | 108 | 0.70 | 0 | 0.32 | 0.37 | 152.14 | 0.54 | 0.41 |
| Hex | 30 | A0 | 6C | 46 | 0 | 20 | 25 | 98 | 36 | 29 |
| Octal | 60 | 240 | 154 | 106 | 0 | 40 | 45 | 230 | 66 | 51 |
| Binary | 110000 | 10100000 | 1101100 | 1000110 | 0 | 100000 | 100101 | 10011000 | 110110 | 101001 |
Color Harmonies of #30A06C
Complementary color
Monochromatic Colors of #30A06C
Black with #30A06C
Text Example
Text Example
White with #30A06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A06C; }
p { color: rgb(48,160,108); }
H1.HeaderClassName
{
color: #30A06C;
}
.AnyTagClassName
{
color: #30A06C;
}
</style>
background-color css
<style>
a { background-color: #30A06C; }
a { background-color: rgb(48,160,108); }
div.DivClassName
{
background-color: #30A06C;
}
.BgClassName
{
background-color: #30A06C;
}
</style>
border-color css
<style>
span { border-color: #30A06C; }
span { border-color: rgb(48,160,108); }
td.TdClassName
{
border-color: #30A06C;
}
.TagClassName
{
border-color: #30A06C;
}
</style>