Shades of Eucalyptus #30A06D
Tints of Eucalyptus #30A06D
RGB
CMYK
RGB Variations
Color information
#30A06D (or 0x30A06D) is known color: Eucalyptus. HEX triplet: 30, A0 and 6D. RGB value is (48,160,109). Sum of RGB (Red+Green+Blue) = 48+160+109=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 160 (62.89% from 255 or 50.47% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 160 - color contains mainly: green. Hex color #30A06D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A06D is #CF5F92. Grayscale: #787878. Windows color (decimal): -13590419 or 7184432. OLE color: 7184432.
HSL color Cylindrical-coordinate representation of color #30A06D: hue angle of 152.68º 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 #30A06D is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 160 | 109 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.37 |
| HSL | 152.68º | 0.54% | 0.41% | - |
| HSV(B) | 152.68º | 0.7% | 0.63% | - |
| XYZ | 16.55 | 26.87 | 18.78 | - |
| YUV | 120.7 | 121.39 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 160 | 109 | 0.70 | 0 | 0.32 | 0.37 | 152.68 | 0.54 | 0.41 |
| Hex | 30 | A0 | 6D | 46 | 0 | 20 | 25 | 99 | 36 | 29 |
| Octal | 60 | 240 | 155 | 106 | 0 | 40 | 45 | 231 | 66 | 51 |
| Binary | 110000 | 10100000 | 1101101 | 1000110 | 0 | 100000 | 100101 | 10011001 | 110110 | 101001 |
Color Harmonies of #30A06D
Complementary color
Monochromatic Colors of #30A06D
Black with #30A06D
Text Example
Text Example
White with #30A06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A06D; }
p { color: rgb(48,160,109); }
H1.HeaderClassName
{
color: #30A06D;
}
.AnyTagClassName
{
color: #30A06D;
}
</style>
background-color css
<style>
a { background-color: #30A06D; }
a { background-color: rgb(48,160,109); }
div.DivClassName
{
background-color: #30A06D;
}
.BgClassName
{
background-color: #30A06D;
}
</style>
border-color css
<style>
span { border-color: #30A06D; }
span { border-color: rgb(48,160,109); }
td.TdClassName
{
border-color: #30A06D;
}
.TagClassName
{
border-color: #30A06D;
}
</style>