Shades of Eucalyptus #30A161
Tints of Eucalyptus #30A161
RGB
CMYK
RGB Variations
Color information
#30A161 (or 0x30A161) is known color: Eucalyptus. HEX triplet: 30, A1 and 61. RGB value is (48,161,97). Sum of RGB (Red+Green+Blue) = 48+161+97=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 161 (63.28% from 255 or 52.61% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 161 - color contains mainly: green. Hex color #30A161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A161 is #CF5E9E. Grayscale: #787878. Windows color (decimal): -13590175 or 6398256. OLE color: 6398256.
HSL color Cylindrical-coordinate representation of color #30A161: hue angle of 146.02º 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 #30A161 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 161 | 97 | - |
| CMYK | 0.70 | 0 | 0.40 | 0.37 |
| HSL | 146.02º | 0.54% | 0.41% | - |
| HSV(B) | 146.02º | 0.7% | 0.63% | - |
| XYZ | 16.12 | 26.98 | 15.67 | - |
| YUV | 119.92 | 115.06 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 161 | 97 | 0.70 | 0 | 0.40 | 0.37 | 146.02 | 0.54 | 0.41 |
| Hex | 30 | A1 | 61 | 46 | 0 | 28 | 25 | 92 | 36 | 29 |
| Octal | 60 | 241 | 141 | 106 | 0 | 50 | 45 | 222 | 66 | 51 |
| Binary | 110000 | 10100001 | 1100001 | 1000110 | 0 | 101000 | 100101 | 10010010 | 110110 | 101001 |
Color Harmonies of #30A161
Complementary color
Monochromatic Colors of #30A161
Black with #30A161
Text Example
Text Example
White with #30A161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A161; }
p { color: rgb(48,161,97); }
H1.HeaderClassName
{
color: #30A161;
}
.AnyTagClassName
{
color: #30A161;
}
</style>
background-color css
<style>
a { background-color: #30A161; }
a { background-color: rgb(48,161,97); }
div.DivClassName
{
background-color: #30A161;
}
.BgClassName
{
background-color: #30A161;
}
</style>
border-color css
<style>
span { border-color: #30A161; }
span { border-color: rgb(48,161,97); }
td.TdClassName
{
border-color: #30A161;
}
.TagClassName
{
border-color: #30A161;
}
</style>