Shades of Eucalyptus #30A85D
Tints of Eucalyptus #30A85D
RGB
CMYK
RGB Variations
Color information
#30A85D (or 0x30A85D) is known color: Eucalyptus. HEX triplet: 30, A8 and 5D. RGB value is (48,168,93). Sum of RGB (Red+Green+Blue) = 48+168+93=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 168 (66.02% from 255 or 54.37% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 168 - color contains mainly: green. Hex color #30A85D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A85D is #CF57A2. Grayscale: #7B7B7B. Windows color (decimal): -13588387 or 6137904. OLE color: 6137904.
HSL color Cylindrical-coordinate representation of color #30A85D: hue angle of 142.5º 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 #30A85D is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 48 | 168 | 93 | - |
| CMYK | 0.71 | 0 | 0.45 | 0.34 |
| HSL | 142.5º | 0.56% | 0.42% | - |
| HSV(B) | 142.5º | 0.71% | 0.66% | - |
| XYZ | 17.2 | 29.42 | 15.13 | - |
| YUV | 123.57 | 110.74 | 74.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 168 | 93 | 0.71 | 0 | 0.45 | 0.34 | 142.5 | 0.56 | 0.42 |
| Hex | 30 | A8 | 5D | 47 | 0 | 2D | 22 | 8E | 38 | 2A |
| Octal | 60 | 250 | 135 | 107 | 0 | 55 | 42 | 216 | 70 | 52 |
| Binary | 110000 | 10101000 | 1011101 | 1000111 | 0 | 101101 | 100010 | 10001110 | 111000 | 101010 |
Color Harmonies of #30A85D
Complementary color
Monochromatic Colors of #30A85D
Black with #30A85D
Text Example
Text Example
White with #30A85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A85D; }
p { color: rgb(48,168,93); }
H1.HeaderClassName
{
color: #30A85D;
}
.AnyTagClassName
{
color: #30A85D;
}
</style>
background-color css
<style>
a { background-color: #30A85D; }
a { background-color: rgb(48,168,93); }
div.DivClassName
{
background-color: #30A85D;
}
.BgClassName
{
background-color: #30A85D;
}
</style>
border-color css
<style>
span { border-color: #30A85D; }
span { border-color: rgb(48,168,93); }
td.TdClassName
{
border-color: #30A85D;
}
.TagClassName
{
border-color: #30A85D;
}
</style>