#30D56C

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

Shades of Emerald #30D56C

Tints of Emerald #30D56C

Color information

#30D56C (or 0x30D56C) is unknown color: approx Emerald. HEX triplet: 30, D5 and 6C. RGB value is (48,213,108). Sum of RGB (Red+Green+Blue) = 48+213+108=369 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.01% from 369); Green value is 213 (83.59% from 255 or 57.72% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 213 - color contains mainly: green. Hex color #30D56C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D56C is #CF2A93. Grayscale: #979797. Windows color (decimal): -13576852 or 7132464. OLE color: 7132464.

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

Color convert

RGB48213108-
CMYK0.7700.490.16
HSL141.82º66.27%51.18%-
HSV(B)141.82º77.46%83.53%-
XYZ27.7249.322.24-
YUV151.7103.3454.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.01%
GREEN value IS 213 (83.59% from 255) = 57.72%
BLUE value IS 108 (42.58% from 255) = 29.27%
R=13.01%
G=57.72%
B=29.27%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal482131080.7700.490.16141.8266.2751.18
Hex30D56C4D031108e4233
Octal603251541150612021610263
Binary1100001101010111011001001101011000110000100011101000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,213,108); }

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

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

 a { background-color: rgb(48,213,108); }

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

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

 span { border-color: rgb(48,213,108); }

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