Shades of Emerald #30E072
Tints of Emerald #30E072
RGB
CMYK
RGB Variations
Color information
#30E072 (or 0x30E072) is known color: Emerald. HEX triplet: 30, E0 and 72. RGB value is (48,224,114). Sum of RGB (Red+Green+Blue) = 48+224+114=386 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.44% from 386); Green value is 224 (87.89% from 255 or 58.03% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 224 - color contains mainly: green. Hex color #30E072 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30E072 is #CF1F8D. Grayscale: #9F9F9F. Windows color (decimal): -13574030 or 7528496. OLE color: 7528496.
HSL color Cylindrical-coordinate representation of color #30E072: hue angle of 142.5º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E072 is Cyan = 0.79, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 224 | 114 | - |
| CMYK | 0.79 | 0 | 0.49 | 0.12 |
| HSL | 142.5º | 0.74% | 0.53% | - |
| HSV(B) | 142.5º | 0.79% | 0.88% | - |
| XYZ | 30.91 | 55.15 | 24.94 | - |
| YUV | 158.84 | 102.69 | 48.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 224 | 114 | 0.79 | 0 | 0.49 | 0.12 | 142.5 | 0.74 | 0.53 |
| Hex | 30 | E0 | 72 | 4F | 0 | 31 | C | 8E | 4A | 35 |
| Octal | 60 | 340 | 162 | 117 | 0 | 61 | 14 | 216 | 112 | 65 |
| Binary | 110000 | 11100000 | 1110010 | 1001111 | 0 | 110001 | 1100 | 10001110 | 1001010 | 110101 |
Color Harmonies of #30E072
Complementary color
Monochromatic Colors of #30E072
Black with #30E072
Text Example
Text Example
White with #30E072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E072; }
p { color: rgb(48,224,114); }
H1.HeaderClassName
{
color: #30E072;
}
.AnyTagClassName
{
color: #30E072;
}
</style>
background-color css
<style>
a { background-color: #30E072; }
a { background-color: rgb(48,224,114); }
div.DivClassName
{
background-color: #30E072;
}
.BgClassName
{
background-color: #30E072;
}
</style>
border-color css
<style>
span { border-color: #30E072; }
span { border-color: rgb(48,224,114); }
td.TdClassName
{
border-color: #30E072;
}
.TagClassName
{
border-color: #30E072;
}
</style>