#30B45D

Color #30B45D Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #30B45D

Tints of Medium Sea Green #30B45D

Color information

#30B45D (or 0x30B45D) is unknown color: approx Medium Sea Green. HEX triplet: 30, B4 and 5D. RGB value is (48,180,93). Sum of RGB (Red+Green+Blue) = 48+180+93=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 180 (70.70% from 255 or 56.07% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 180 - color contains mainly: green. Hex color #30B45D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30B45D is #CF4BA2. Grayscale: #828282. Windows color (decimal): -13585315 or 6140976. OLE color: 6140976.

HSL color Cylindrical-coordinate representation of color #30B45D: hue angle of 140.45º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B45D is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB4818093-
CMYK0.7300.480.29
HSL140.45º57.89%44.71%-
HSV(B)140.45º73.33%70.59%-
XYZ19.5234.0615.9-
YUV130.61106.7769.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.95%
GREEN value IS 180 (70.70% from 255) = 56.07%
BLUE value IS 93 (36.72% from 255) = 28.97%
R=14.95%
G=56.07%
B=28.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal48180930.7300.480.29140.4557.8944.71
Hex30B45D490301D8c3a2d
Octal60264135111060352147255
Binary110000101101001011101100100101100001110110001100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,180,93); }

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

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

 a { background-color: rgb(48,180,93); }

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

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

 span { border-color: rgb(48,180,93); }

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