#308058

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

Shades of Sea Green #308058

Tints of Sea Green #308058

Color information

#308058 (or 0x308058) is unknown color: approx Sea Green. HEX triplet: 30, 80 and 58. RGB value is (48,128,88). Sum of RGB (Red+Green+Blue) = 48+128+88=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 128 (50.39% from 255 or 48.48% from 264); Blue value is 88 (34.77% from 255 or 33.33% from 264); Max value from RGB is 128 - color contains mainly: green. Hex color #308058 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308058 is #CF7FA7. Grayscale: #636363. Windows color (decimal): -13598632 or 5799984. OLE color: 5799984.

HSL color Cylindrical-coordinate representation of color #308058: hue angle of 150º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #308058 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB4812888-
CMYK0.6200.310.50
HSL150º45.45%34.51%-
HSV(B)150º62.5%50.2%-
XYZ10.716.7711.91-
YUV99.52121.591.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.18%
GREEN value IS 128 (50.39% from 255) = 48.48%
BLUE value IS 88 (34.77% from 255) = 33.33%
R=18.18%
G=48.48%
B=33.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal48128880.6200.310.5015045.4534.51
Hex3080583E01F32962d23
Octal6020013076037622265543
Binary11000010000000101100011111001111111001010010110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308058; }

 p { color: rgb(48,128,88); }

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

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

 a { background-color: rgb(48,128,88); }

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

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

 span { border-color: rgb(48,128,88); }

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