#30CA82

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

Shades of Shamrock #30CA82

Tints of Shamrock #30CA82

Color information

#30CA82 (or 0x30CA82) is unknown color: approx Shamrock. HEX triplet: 30, CA and 82. RGB value is (48,202,130). Sum of RGB (Red+Green+Blue) = 48+202+130=380 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.63% from 380); Green value is 202 (79.30% from 255 or 53.16% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 202 - color contains mainly: green. Hex color #30CA82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CA82 is #CF357D. Grayscale: #939393. Windows color (decimal): -13579646 or 8571440. OLE color: 8571440.

HSL color Cylindrical-coordinate representation of color #30CA82: hue angle of 151.95º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CA82 is Cyan = 0.76, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB48202130-
CMYK0.7600.360.21
HSL151.95º61.6%49.02%-
HSV(B)151.95º76.24%79.22%-
XYZ26.3744.4828.32-
YUV147.75117.9856.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.63%
GREEN value IS 202 (79.30% from 255) = 53.16%
BLUE value IS 130 (51.17% from 255) = 34.21%
R=12.63%
G=53.16%
B=34.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal482021300.7600.360.21151.9561.649.02
Hex30CA824C02415983e31
Octal60312202114044252307661
Binary1100001100101010000010100110001001001010110011000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30CA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,202,130); }

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

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

 a { background-color: rgb(48,202,130); }

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

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

 span { border-color: rgb(48,202,130); }

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