Shades of Eucalyptus #30A16D
Tints of Eucalyptus #30A16D
RGB
CMYK
RGB Variations
Color information
#30A16D (or 0x30A16D) is known color: Eucalyptus. HEX triplet: 30, A1 and 6D. RGB value is (48,161,109). Sum of RGB (Red+Green+Blue) = 48+161+109=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 161 (63.28% from 255 or 50.63% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 161 - color contains mainly: green. Hex color #30A16D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A16D is #CF5E92. Grayscale: #797979. Windows color (decimal): -13590163 or 7184688. OLE color: 7184688.
HSL color Cylindrical-coordinate representation of color #30A16D: hue angle of 152.39º 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 #30A16D is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 161 | 109 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.37 |
| HSL | 152.39º | 0.54% | 0.41% | - |
| HSV(B) | 152.39º | 0.7% | 0.63% | - |
| XYZ | 16.72 | 27.22 | 18.84 | - |
| YUV | 121.29 | 121.06 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 161 | 109 | 0.70 | 0 | 0.32 | 0.37 | 152.39 | 0.54 | 0.41 |
| Hex | 30 | A1 | 6D | 46 | 0 | 20 | 25 | 98 | 36 | 29 |
| Octal | 60 | 241 | 155 | 106 | 0 | 40 | 45 | 230 | 66 | 51 |
| Binary | 110000 | 10100001 | 1101101 | 1000110 | 0 | 100000 | 100101 | 10011000 | 110110 | 101001 |
Color Harmonies of #30A16D
Complementary color
Monochromatic Colors of #30A16D
Black with #30A16D
Text Example
Text Example
White with #30A16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A16D; }
p { color: rgb(48,161,109); }
H1.HeaderClassName
{
color: #30A16D;
}
.AnyTagClassName
{
color: #30A16D;
}
</style>
background-color css
<style>
a { background-color: #30A16D; }
a { background-color: rgb(48,161,109); }
div.DivClassName
{
background-color: #30A16D;
}
.BgClassName
{
background-color: #30A16D;
}
</style>
border-color css
<style>
span { border-color: #30A16D; }
span { border-color: rgb(48,161,109); }
td.TdClassName
{
border-color: #30A16D;
}
.TagClassName
{
border-color: #30A16D;
}
</style>