#30C581

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

Shades of Shamrock #30C581

Tints of Shamrock #30C581

Color information

#30C581 (or 0x30C581) is unknown color: approx Shamrock. HEX triplet: 30, C5 and 81. RGB value is (48,197,129). Sum of RGB (Red+Green+Blue) = 48+197+129=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 197 (77.34% from 255 or 52.67% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 197 - color contains mainly: green. Hex color #30C581 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C581 is #CF3A7E. Grayscale: #909090. Windows color (decimal): -13580927 or 8504624. OLE color: 8504624.

HSL color Cylindrical-coordinate representation of color #30C581: hue angle of 152.62º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C581 is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB48197129-
CMYK0.7600.350.23
HSL152.62º60.82%48.04%-
HSV(B)152.62º75.63%77.25%-
XYZ25.1542.1527.58-
YUV144.7119.1459.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.83%
GREEN value IS 197 (77.34% from 255) = 52.67%
BLUE value IS 129 (50.78% from 255) = 34.49%
R=12.83%
G=52.67%
B=34.49%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal481971290.7600.350.23152.6260.8248.04
Hex30C5814C02317993d30
Octal60305201114043272317560
Binary1100001100010110000001100110001000111011110011001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30C581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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