Shades of Eucalyptus #30A262
Tints of Eucalyptus #30A262
RGB
CMYK
RGB Variations
Color information
#30A262 (or 0x30A262) is known color: Eucalyptus. HEX triplet: 30, A2 and 62. RGB value is (48,162,98). Sum of RGB (Red+Green+Blue) = 48+162+98=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #30A262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A262 is #CF5D9D. Grayscale: #787878. Windows color (decimal): -13589918 or 6464048. OLE color: 6464048.
HSL color Cylindrical-coordinate representation of color #30A262: hue angle of 146.32º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30A262 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 162 | 98 | - |
| CMYK | 0.70 | 0 | 0.40 | 0.36 |
| HSL | 146.32º | 0.54% | 0.41% | - |
| HSV(B) | 146.32º | 0.7% | 0.64% | - |
| XYZ | 16.34 | 27.35 | 15.97 | - |
| YUV | 120.62 | 115.23 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 162 | 98 | 0.70 | 0 | 0.40 | 0.36 | 146.32 | 0.54 | 0.41 |
| Hex | 30 | A2 | 62 | 46 | 0 | 28 | 24 | 92 | 36 | 29 |
| Octal | 60 | 242 | 142 | 106 | 0 | 50 | 44 | 222 | 66 | 51 |
| Binary | 110000 | 10100010 | 1100010 | 1000110 | 0 | 101000 | 100100 | 10010010 | 110110 | 101001 |
Color Harmonies of #30A262
Complementary color
Monochromatic Colors of #30A262
Black with #30A262
Text Example
Text Example
White with #30A262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A262; }
p { color: rgb(48,162,98); }
H1.HeaderClassName
{
color: #30A262;
}
.AnyTagClassName
{
color: #30A262;
}
</style>
background-color css
<style>
a { background-color: #30A262; }
a { background-color: rgb(48,162,98); }
div.DivClassName
{
background-color: #30A262;
}
.BgClassName
{
background-color: #30A262;
}
</style>
border-color css
<style>
span { border-color: #30A262; }
span { border-color: rgb(48,162,98); }
td.TdClassName
{
border-color: #30A262;
}
.TagClassName
{
border-color: #30A262;
}
</style>