Shades of Eucalyptus #30A072
Tints of Eucalyptus #30A072
RGB
CMYK
RGB Variations
Color information
#30A072 (or 0x30A072) is known color: Eucalyptus. HEX triplet: 30, A0 and 72. RGB value is (48,160,114). Sum of RGB (Red+Green+Blue) = 48+160+114=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 160 (62.89% from 255 or 49.69% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 160 - color contains mainly: green. Hex color #30A072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A072 is #CF5F8D. Grayscale: #797979. Windows color (decimal): -13590414 or 7512112. OLE color: 7512112.
HSL color Cylindrical-coordinate representation of color #30A072: hue angle of 155.36º 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 #30A072 is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 160 | 114 | - |
| CMYK | 0.70 | 0 | 0.29 | 0.37 |
| HSL | 155.36º | 0.54% | 0.41% | - |
| HSV(B) | 155.36º | 0.7% | 0.63% | - |
| XYZ | 16.83 | 26.98 | 20.24 | - |
| YUV | 121.27 | 123.89 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 160 | 114 | 0.70 | 0 | 0.29 | 0.37 | 155.36 | 0.54 | 0.41 |
| Hex | 30 | A0 | 72 | 46 | 0 | 1D | 25 | 9B | 36 | 29 |
| Octal | 60 | 240 | 162 | 106 | 0 | 35 | 45 | 233 | 66 | 51 |
| Binary | 110000 | 10100000 | 1110010 | 1000110 | 0 | 11101 | 100101 | 10011011 | 110110 | 101001 |
Color Harmonies of #30A072
Complementary color
Monochromatic Colors of #30A072
Black with #30A072
Text Example
Text Example
White with #30A072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A072; }
p { color: rgb(48,160,114); }
H1.HeaderClassName
{
color: #30A072;
}
.AnyTagClassName
{
color: #30A072;
}
</style>
background-color css
<style>
a { background-color: #30A072; }
a { background-color: rgb(48,160,114); }
div.DivClassName
{
background-color: #30A072;
}
.BgClassName
{
background-color: #30A072;
}
</style>
border-color css
<style>
span { border-color: #30A072; }
span { border-color: rgb(48,160,114); }
td.TdClassName
{
border-color: #30A072;
}
.TagClassName
{
border-color: #30A072;
}
</style>