#30D195

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

Shades of Shamrock #30D195

Tints of Shamrock #30D195

Color information

#30D195 (or 0x30D195) is unknown color: approx Shamrock. HEX triplet: 30, D1 and 95. RGB value is (48,209,149). Sum of RGB (Red+Green+Blue) = 48+209+149=406 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.82% from 406); Green value is 209 (82.03% from 255 or 51.48% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 209 - color contains mainly: green. Hex color #30D195 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D195 is #CF2E6A. Grayscale: #9A9A9A. Windows color (decimal): -13577835 or 9818416. OLE color: 9818416.

HSL color Cylindrical-coordinate representation of color #30D195: hue angle of 157.64º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D195 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB48209149-
CMYK0.7700.290.18
HSL157.64º63.64%50.39%-
HSV(B)157.64º77.03%81.96%-
XYZ29.4448.436.22-
YUV154.02125.1652.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.82%
GREEN value IS 209 (82.03% from 255) = 51.48%
BLUE value IS 149 (58.59% from 255) = 36.70%
R=11.82%
G=51.48%
B=36.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal482091490.7700.290.18157.6463.6450.39
Hex30D1954D01D129e4032
Octal603212251150352223610062
Binary1100001101000110010101100110101110110010100111101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,209,149); }

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

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

 a { background-color: rgb(48,209,149); }

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

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

 span { border-color: rgb(48,209,149); }

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