#30b85f

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

Shades of Medium Sea Green #30B85F

Tints of Medium Sea Green #30B85F

Color information

#30B85F (or 0x30B85F) is unknown color: approx Medium Sea Green. HEX triplet: 30, B8 and 5F. RGB value is (48,184,95). Sum of RGB (Red+Green+Blue) = 48+184+95=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 184 (72.27% from 255 or 56.27% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 184 - color contains mainly: green. Hex color #30B85F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30B85F is #CF47A0. Grayscale: #858585. Windows color (decimal): -13584289 or 6273072. OLE color: 6273072.

HSL color Cylindrical-coordinate representation of color #30B85F: hue angle of 140.74º 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 #30B85F is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB4818495-
CMYK0.7400.480.28
HSL140.74º58.62%45.49%-
HSV(B)140.74º73.91%72.16%-
XYZ20.4235.7416.65-
YUV133.19106.4467.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.68%
GREEN value IS 184 (72.27% from 255) = 56.27%
BLUE value IS 95 (37.5% from 255) = 29.05%
R=14.68%
G=56.27%
B=29.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal48184950.7400.480.28140.7458.6245.49
Hex30B85F4A0301C8d3b2d
Octal60270137112060342157355
Binary110000101110001011111100101001100001110010001101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30b85f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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