#30D472

Color #30D472 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #30D472

Tints of Emerald #30D472

Color information

#30D472 (or 0x30D472) is unknown color: approx Emerald. HEX triplet: 30, D4 and 72. RGB value is (48,212,114). Sum of RGB (Red+Green+Blue) = 48+212+114=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 212 (83.20% from 255 or 56.68% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 212 - color contains mainly: green. Hex color #30D472 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D472 is #CF2B8D. Grayscale: #989898. Windows color (decimal): -13577102 or 7525424. OLE color: 7525424.

HSL color Cylindrical-coordinate representation of color #30D472: hue angle of 144.15º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D472 is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB48212114-
CMYK0.7700.460.17
HSL144.15º65.6%50.98%-
HSV(B)144.15º77.36%83.14%-
XYZ27.848.9323.9-
YUV151.79106.6753.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 12.83%
GREEN value IS 212 (83.20% from 255) = 56.68%
BLUE value IS 114 (44.92% from 255) = 30.48%
R=12.83%
G=56.68%
B=30.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal482121140.7700.460.17144.1565.650.98
Hex30D4724D02E11904233
Octal603241621150562122010263
Binary1100001101010011100101001101010111010001100100001000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30D472; }

 p { color: rgb(48,212,114); }

 H1.HeaderClassName
 {
   color: #30D472;
 }
 .AnyTagClassName
 {
   color: #30D472;
 }
</style>
background-color css

<style>
 a { background-color: #30D472; }

 a { background-color: rgb(48,212,114); }

 div.DivClassName
 {
   background-color: #30D472;
 }
 .BgClassName
 {
   background-color: #30D472;
 }
</style>
border-color css

<style>
 span { border-color: #30D472; }

 span { border-color: rgb(48,212,114); }

 td.TdClassName
 {
   border-color: #30D472;
 }
 .TagClassName
 {
   border-color: #30D472;
 }
</style>