Shades of Eucalyptus #30A866
Tints of Eucalyptus #30A866
RGB
CMYK
RGB Variations
Color information
#30A866 (or 0x30A866) is known color: Eucalyptus. HEX triplet: 30, A8 and 66. RGB value is (48,168,102). Sum of RGB (Red+Green+Blue) = 48+168+102=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 168 (66.02% from 255 or 52.83% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 168 - color contains mainly: green. Hex color #30A866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A866 is #CF5799. Grayscale: #7C7C7C. Windows color (decimal): -13588378 or 6727728. OLE color: 6727728.
HSL color Cylindrical-coordinate representation of color #30A866: hue angle of 147º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A866 is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 48 | 168 | 102 | - |
| CMYK | 0.71 | 0 | 0.39 | 0.34 |
| HSL | 147º | 0.56% | 0.42% | - |
| HSV(B) | 147º | 0.71% | 0.66% | - |
| XYZ | 17.62 | 29.59 | 17.35 | - |
| YUV | 124.6 | 115.24 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 168 | 102 | 0.71 | 0 | 0.39 | 0.34 | 147 | 0.56 | 0.42 |
| Hex | 30 | A8 | 66 | 47 | 0 | 27 | 22 | 93 | 38 | 2A |
| Octal | 60 | 250 | 146 | 107 | 0 | 47 | 42 | 223 | 70 | 52 |
| Binary | 110000 | 10101000 | 1100110 | 1000111 | 0 | 100111 | 100010 | 10010011 | 111000 | 101010 |
Color Harmonies of #30A866
Complementary color
Monochromatic Colors of #30A866
Black with #30A866
Text Example
Text Example
White with #30A866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A866; }
p { color: rgb(48,168,102); }
H1.HeaderClassName
{
color: #30A866;
}
.AnyTagClassName
{
color: #30A866;
}
</style>
background-color css
<style>
a { background-color: #30A866; }
a { background-color: rgb(48,168,102); }
div.DivClassName
{
background-color: #30A866;
}
.BgClassName
{
background-color: #30A866;
}
</style>
border-color css
<style>
span { border-color: #30A866; }
span { border-color: rgb(48,168,102); }
td.TdClassName
{
border-color: #30A866;
}
.TagClassName
{
border-color: #30A866;
}
</style>