Shades of Eucalyptus #30A25E
Tints of Eucalyptus #30A25E
RGB
CMYK
RGB Variations
Color information
#30A25E (or 0x30A25E) is known color: Eucalyptus. HEX triplet: 30, A2 and 5E. RGB value is (48,162,94). Sum of RGB (Red+Green+Blue) = 48+162+94=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 162 (63.67% from 255 or 53.29% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 162 - color contains mainly: green. Hex color #30A25E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A25E is #CF5DA1. Grayscale: #787878. Windows color (decimal): -13589922 or 6201904. OLE color: 6201904.
HSL color Cylindrical-coordinate representation of color #30A25E: hue angle of 144.21º 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 #30A25E is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 162 | 94 | - |
| CMYK | 0.70 | 0 | 0.42 | 0.36 |
| HSL | 144.21º | 0.54% | 0.41% | - |
| HSV(B) | 144.21º | 0.7% | 0.64% | - |
| XYZ | 16.16 | 27.28 | 15 | - |
| YUV | 120.16 | 113.23 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 162 | 94 | 0.70 | 0 | 0.42 | 0.36 | 144.21 | 0.54 | 0.41 |
| Hex | 30 | A2 | 5E | 46 | 0 | 2A | 24 | 90 | 36 | 29 |
| Octal | 60 | 242 | 136 | 106 | 0 | 52 | 44 | 220 | 66 | 51 |
| Binary | 110000 | 10100010 | 1011110 | 1000110 | 0 | 101010 | 100100 | 10010000 | 110110 | 101001 |
Color Harmonies of #30A25E
Complementary color
Monochromatic Colors of #30A25E
Black with #30A25E
Text Example
Text Example
White with #30A25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A25E; }
p { color: rgb(48,162,94); }
H1.HeaderClassName
{
color: #30A25E;
}
.AnyTagClassName
{
color: #30A25E;
}
</style>
background-color css
<style>
a { background-color: #30A25E; }
a { background-color: rgb(48,162,94); }
div.DivClassName
{
background-color: #30A25E;
}
.BgClassName
{
background-color: #30A25E;
}
</style>
border-color css
<style>
span { border-color: #30A25E; }
span { border-color: rgb(48,162,94); }
td.TdClassName
{
border-color: #30A25E;
}
.TagClassName
{
border-color: #30A25E;
}
</style>