Shades of Eucalyptus #30AA5B
Tints of Eucalyptus #30AA5B
RGB
CMYK
RGB Variations
Color information
#30AA5B (or 0x30AA5B) is known color: Eucalyptus. HEX triplet: 30, AA and 5B. RGB value is (48,170,91). Sum of RGB (Red+Green+Blue) = 48+170+91=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #30AA5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AA5B is #CF55A4. Grayscale: #7C7C7C. Windows color (decimal): -13587877 or 6007344. OLE color: 6007344.
HSL color Cylindrical-coordinate representation of color #30AA5B: hue angle of 141.15º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AA5B is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 170 | 91 | - |
| CMYK | 0.72 | 0 | 0.46 | 0.33 |
| HSL | 141.15º | 0.56% | 0.43% | - |
| HSV(B) | 141.15º | 0.72% | 0.67% | - |
| XYZ | 17.48 | 30.13 | 14.79 | - |
| YUV | 124.52 | 109.08 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 170 | 91 | 0.72 | 0 | 0.46 | 0.33 | 141.15 | 0.56 | 0.43 |
| Hex | 30 | AA | 5B | 48 | 0 | 2E | 21 | 8D | 38 | 2B |
| Octal | 60 | 252 | 133 | 110 | 0 | 56 | 41 | 215 | 70 | 53 |
| Binary | 110000 | 10101010 | 1011011 | 1001000 | 0 | 101110 | 100001 | 10001101 | 111000 | 101011 |
Color Harmonies of #30AA5B
Complementary color
Monochromatic Colors of #30AA5B
Black with #30AA5B
Text Example
Text Example
White with #30AA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AA5B; }
p { color: rgb(48,170,91); }
H1.HeaderClassName
{
color: #30AA5B;
}
.AnyTagClassName
{
color: #30AA5B;
}
</style>
background-color css
<style>
a { background-color: #30AA5B; }
a { background-color: rgb(48,170,91); }
div.DivClassName
{
background-color: #30AA5B;
}
.BgClassName
{
background-color: #30AA5B;
}
</style>
border-color css
<style>
span { border-color: #30AA5B; }
span { border-color: rgb(48,170,91); }
td.TdClassName
{
border-color: #30AA5B;
}
.TagClassName
{
border-color: #30AA5B;
}
</style>