#30B85A

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

Shades of Medium Sea Green #30B85A

Tints of Medium Sea Green #30B85A

Color information

#30B85A (or 0x30B85A) is unknown color: approx Medium Sea Green. HEX triplet: 30, B8 and 5A. RGB value is (48,184,90). Sum of RGB (Red+Green+Blue) = 48+184+90=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 184 (72.27% from 255 or 57.14% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 184 - color contains mainly: green. Hex color #30B85A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30B85A is #CF47A5. Grayscale: #848484. Windows color (decimal): -13584294 or 5945392. OLE color: 5945392.

HSL color Cylindrical-coordinate representation of color #30B85A: hue angle of 138.53º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B85A is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB4818490-
CMYK0.7400.510.28
HSL138.53º58.62%45.49%-
HSV(B)138.53º73.91%72.16%-
XYZ20.235.6515.49-
YUV132.62103.9467.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.91%
GREEN value IS 184 (72.27% from 255) = 57.14%
BLUE value IS 90 (35.55% from 255) = 27.95%
R=14.91%
G=57.14%
B=27.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal48184900.7400.510.28138.5358.6245.49
Hex30B85A4A0331C8b3b2d
Octal60270132112063342137355
Binary110000101110001011010100101001100111110010001011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,184,90); }

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

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

 a { background-color: rgb(48,184,90); }

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

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

 span { border-color: rgb(48,184,90); }

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