#30D681

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

Shades of Shamrock #30D681

Tints of Shamrock #30D681

Color information

#30D681 (or 0x30D681) is unknown color: approx Shamrock. HEX triplet: 30, D6 and 81. RGB value is (48,214,129). Sum of RGB (Red+Green+Blue) = 48+214+129=391 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.28% from 391); Green value is 214 (83.98% from 255 or 54.73% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 214 - color contains mainly: green. Hex color #30D681 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D681 is #CF297E. Grayscale: #9A9A9A. Windows color (decimal): -13576575 or 8508976. OLE color: 8508976.

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

Color convert

RGB48214129-
CMYK0.7800.400.16
HSL149.28º66.94%51.37%-
HSV(B)149.28º77.57%83.92%-
XYZ29.2350.3128.94-
YUV154.68113.551.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.28%
GREEN value IS 214 (83.98% from 255) = 54.73%
BLUE value IS 129 (50.78% from 255) = 32.99%
R=12.28%
G=54.73%
B=32.99%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal482141290.7800.400.16149.2866.9451.37
Hex30D6814E02810954333
Octal603262011160502022510363
Binary11000011010110100000011001110010100010000100101011000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,214,129); }

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

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

 a { background-color: rgb(48,214,129); }

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

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

 span { border-color: rgb(48,214,129); }

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