#30D382

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

Shades of Shamrock #30D382

Tints of Shamrock #30D382

Color information

#30D382 (or 0x30D382) is unknown color: approx Shamrock. HEX triplet: 30, D3 and 82. RGB value is (48,211,130). Sum of RGB (Red+Green+Blue) = 48+211+130=389 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.34% from 389); Green value is 211 (82.81% from 255 or 54.24% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 211 - color contains mainly: green. Hex color #30D382 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D382 is #CF2C7D. Grayscale: #999999. Windows color (decimal): -13577342 or 8573744. OLE color: 8573744.

HSL color Cylindrical-coordinate representation of color #30D382: hue angle of 150.18º degrees, saturation: 0.65, 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 #30D382 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB48211130-
CMYK0.7700.380.17
HSL150.18º64.94%50.78%-
HSV(B)150.18º77.25%82.75%-
XYZ28.5448.8329.04-
YUV153.0311553.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.34%
GREEN value IS 211 (82.81% from 255) = 54.24%
BLUE value IS 130 (51.17% from 255) = 33.42%
R=12.34%
G=54.24%
B=33.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal482111300.7700.380.17150.1864.9450.78
Hex30D3824D02611964133
Octal603232021150462122610163
Binary11000011010011100000101001101010011010001100101101000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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