Shades of Eucalyptus #30A15D
Tints of Eucalyptus #30A15D
RGB
CMYK
RGB Variations
Color information
#30A15D (or 0x30A15D) is known color: Eucalyptus. HEX triplet: 30, A1 and 5D. RGB value is (48,161,93). Sum of RGB (Red+Green+Blue) = 48+161+93=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 161 (63.28% from 255 or 53.31% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 161 - color contains mainly: green. Hex color #30A15D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A15D is #CF5EA2. Grayscale: #777777. Windows color (decimal): -13590179 or 6136112. OLE color: 6136112.
HSL color Cylindrical-coordinate representation of color #30A15D: hue angle of 143.89º 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 #30A15D is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 161 | 93 | - |
| CMYK | 0.70 | 0 | 0.42 | 0.37 |
| HSL | 143.89º | 0.54% | 0.41% | - |
| HSV(B) | 143.89º | 0.7% | 0.63% | - |
| XYZ | 15.94 | 26.91 | 14.71 | - |
| YUV | 119.46 | 113.06 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 161 | 93 | 0.70 | 0 | 0.42 | 0.37 | 143.89 | 0.54 | 0.41 |
| Hex | 30 | A1 | 5D | 46 | 0 | 2A | 25 | 90 | 36 | 29 |
| Octal | 60 | 241 | 135 | 106 | 0 | 52 | 45 | 220 | 66 | 51 |
| Binary | 110000 | 10100001 | 1011101 | 1000110 | 0 | 101010 | 100101 | 10010000 | 110110 | 101001 |
Color Harmonies of #30A15D
Complementary color
Monochromatic Colors of #30A15D
Black with #30A15D
Text Example
Text Example
White with #30A15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A15D; }
p { color: rgb(48,161,93); }
H1.HeaderClassName
{
color: #30A15D;
}
.AnyTagClassName
{
color: #30A15D;
}
</style>
background-color css
<style>
a { background-color: #30A15D; }
a { background-color: rgb(48,161,93); }
div.DivClassName
{
background-color: #30A15D;
}
.BgClassName
{
background-color: #30A15D;
}
</style>
border-color css
<style>
span { border-color: #30A15D; }
span { border-color: rgb(48,161,93); }
td.TdClassName
{
border-color: #30A15D;
}
.TagClassName
{
border-color: #30A15D;
}
</style>