#30D187

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

Shades of Shamrock #30D187

Tints of Shamrock #30D187

Color information

#30D187 (or 0x30D187) is unknown color: approx Shamrock. HEX triplet: 30, D1 and 87. RGB value is (48,209,135). Sum of RGB (Red+Green+Blue) = 48+209+135=392 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.24% from 392); Green value is 209 (82.03% from 255 or 53.32% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 209 - color contains mainly: green. Hex color #30D187 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D187 is #CF2E78. Grayscale: #989898. Windows color (decimal): -13577849 or 8900912. OLE color: 8900912.

HSL color Cylindrical-coordinate representation of color #30D187: hue angle of 152.42º 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 #30D187 is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB48209135-
CMYK0.7700.350.18
HSL152.42º63.64%50.39%-
HSV(B)152.42º77.03%81.96%-
XYZ28.3947.9830.69-
YUV152.43118.1653.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.24%
GREEN value IS 209 (82.03% from 255) = 53.32%
BLUE value IS 135 (53.12% from 255) = 34.44%
R=12.24%
G=53.32%
B=34.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal482091350.7700.350.18152.4263.6450.39
Hex30D1874D02312984032
Octal603212071150432223010062
Binary11000011010001100001111001101010001110010100110001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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