Shades of Eucalyptus #30A064
Tints of Eucalyptus #30A064
RGB
CMYK
RGB Variations
Color information
#30A064 (or 0x30A064) is known color: Eucalyptus. HEX triplet: 30, A0 and 64. RGB value is (48,160,100). Sum of RGB (Red+Green+Blue) = 48+160+100=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 160 (62.89% from 255 or 51.95% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 160 - color contains mainly: green. Hex color #30A064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A064 is #CF5F9B. Grayscale: #777777. Windows color (decimal): -13590428 or 6594608. OLE color: 6594608.
HSL color Cylindrical-coordinate representation of color #30A064: hue angle of 147.86º 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 #30A064 is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 160 | 100 | - |
| CMYK | 0.70 | 0 | 0.38 | 0.37 |
| HSL | 147.86º | 0.54% | 0.41% | - |
| HSV(B) | 147.86º | 0.7% | 0.63% | - |
| XYZ | 16.09 | 26.69 | 16.36 | - |
| YUV | 119.67 | 116.89 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 160 | 100 | 0.70 | 0 | 0.38 | 0.37 | 147.86 | 0.54 | 0.41 |
| Hex | 30 | A0 | 64 | 46 | 0 | 26 | 25 | 94 | 36 | 29 |
| Octal | 60 | 240 | 144 | 106 | 0 | 46 | 45 | 224 | 66 | 51 |
| Binary | 110000 | 10100000 | 1100100 | 1000110 | 0 | 100110 | 100101 | 10010100 | 110110 | 101001 |
Color Harmonies of #30A064
Complementary color
Monochromatic Colors of #30A064
Black with #30A064
Text Example
Text Example
White with #30A064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A064; }
p { color: rgb(48,160,100); }
H1.HeaderClassName
{
color: #30A064;
}
.AnyTagClassName
{
color: #30A064;
}
</style>
background-color css
<style>
a { background-color: #30A064; }
a { background-color: rgb(48,160,100); }
div.DivClassName
{
background-color: #30A064;
}
.BgClassName
{
background-color: #30A064;
}
</style>
border-color css
<style>
span { border-color: #30A064; }
span { border-color: rgb(48,160,100); }
td.TdClassName
{
border-color: #30A064;
}
.TagClassName
{
border-color: #30A064;
}
</style>