Shades of Malachite #30D059
Tints of Malachite #30D059
RGB
CMYK
RGB Variations
Color information
#30D059 (or 0x30D059) is known color: Malachite. HEX triplet: 30, D0 and 59. RGB value is (48,208,89). Sum of RGB (Red+Green+Blue) = 48+208+89=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 208 (81.64% from 255 or 60.29% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 208 - color contains mainly: green. Hex color #30D059 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D059 is #CF2FA6. Grayscale: #929292. Windows color (decimal): -13578151 or 5886000. OLE color: 5886000.
HSL color Cylindrical-coordinate representation of color #30D059: hue angle of 135.38º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D059 is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 208 | 89 | - |
| CMYK | 0.77 | 0 | 0.57 | 0.18 |
| HSL | 135.38º | 0.63% | 0.5% | - |
| HSV(B) | 135.38º | 0.77% | 0.82% | - |
| XYZ | 25.58 | 46.46 | 17.07 | - |
| YUV | 146.59 | 95.49 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 208 | 89 | 0.77 | 0 | 0.57 | 0.18 | 135.38 | 0.63 | 0.5 |
| Hex | 30 | D0 | 59 | 4D | 0 | 39 | 12 | 87 | 3F | 32 |
| Octal | 60 | 320 | 131 | 115 | 0 | 71 | 22 | 207 | 77 | 62 |
| Binary | 110000 | 11010000 | 1011001 | 1001101 | 0 | 111001 | 10010 | 10000111 | 111111 | 110010 |
Color Harmonies of #30D059
Complementary color
Monochromatic Colors of #30D059
Black with #30D059
Text Example
Text Example
White with #30D059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D059; }
p { color: rgb(48,208,89); }
H1.HeaderClassName
{
color: #30D059;
}
.AnyTagClassName
{
color: #30D059;
}
</style>
background-color css
<style>
a { background-color: #30D059; }
a { background-color: rgb(48,208,89); }
div.DivClassName
{
background-color: #30D059;
}
.BgClassName
{
background-color: #30D059;
}
</style>
border-color css
<style>
span { border-color: #30D059; }
span { border-color: rgb(48,208,89); }
td.TdClassName
{
border-color: #30D059;
}
.TagClassName
{
border-color: #30D059;
}
</style>