Shades of Eucalyptus #30A45C
Tints of Eucalyptus #30A45C
RGB
CMYK
RGB Variations
Color information
#30A45C (or 0x30A45C) is known color: Eucalyptus. HEX triplet: 30, A4 and 5C. RGB value is (48,164,92). Sum of RGB (Red+Green+Blue) = 48+164+92=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 164 (64.45% from 255 or 53.95% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 164 - color contains mainly: green. Hex color #30A45C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A45C is #CF5BA3. Grayscale: #797979. Windows color (decimal): -13589412 or 6071344. OLE color: 6071344.
HSL color Cylindrical-coordinate representation of color #30A45C: hue angle of 142.76º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A45C is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 164 | 92 | - |
| CMYK | 0.71 | 0 | 0.44 | 0.36 |
| HSL | 142.76º | 0.55% | 0.42% | - |
| HSV(B) | 142.76º | 0.71% | 0.64% | - |
| XYZ | 16.43 | 27.95 | 14.65 | - |
| YUV | 121.11 | 111.57 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 164 | 92 | 0.71 | 0 | 0.44 | 0.36 | 142.76 | 0.55 | 0.42 |
| Hex | 30 | A4 | 5C | 47 | 0 | 2C | 24 | 8F | 37 | 2A |
| Octal | 60 | 244 | 134 | 107 | 0 | 54 | 44 | 217 | 67 | 52 |
| Binary | 110000 | 10100100 | 1011100 | 1000111 | 0 | 101100 | 100100 | 10001111 | 110111 | 101010 |
Color Harmonies of #30A45C
Complementary color
Monochromatic Colors of #30A45C
Black with #30A45C
Text Example
Text Example
White with #30A45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A45C; }
p { color: rgb(48,164,92); }
H1.HeaderClassName
{
color: #30A45C;
}
.AnyTagClassName
{
color: #30A45C;
}
</style>
background-color css
<style>
a { background-color: #30A45C; }
a { background-color: rgb(48,164,92); }
div.DivClassName
{
background-color: #30A45C;
}
.BgClassName
{
background-color: #30A45C;
}
</style>
border-color css
<style>
span { border-color: #30A45C; }
span { border-color: rgb(48,164,92); }
td.TdClassName
{
border-color: #30A45C;
}
.TagClassName
{
border-color: #30A45C;
}
</style>