#308D60

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

Shades of Sea Green #308D60

Tints of Sea Green #308D60

Color information

#308D60 (or 0x308D60) is unknown color: approx Sea Green. HEX triplet: 30, 8D and 60. RGB value is (48,141,96). Sum of RGB (Red+Green+Blue) = 48+141+96=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 141 (55.47% from 255 or 49.47% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 141 - color contains mainly: green. Hex color #308D60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308D60 is #CF729F. Grayscale: #6C6C6C. Windows color (decimal): -13595296 or 6327600. OLE color: 6327600.

HSL color Cylindrical-coordinate representation of color #308D60: hue angle of 150.97º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308D60 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB4814196-
CMYK0.6600.320.45
HSL150.97º49.21%37.06%-
HSV(B)150.97º65.96%55.29%-
XYZ12.8620.5214.35-
YUV108.06121.1985.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.84%
GREEN value IS 141 (55.47% from 255) = 49.47%
BLUE value IS 96 (37.89% from 255) = 33.68%
R=16.84%
G=49.47%
B=33.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48141960.6600.320.45150.9749.2137.06
Hex308D60420202D973125
Octal60215140102040552276145
Binary1100001000110111000001000010010000010110110010111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308D60; }

 p { color: rgb(48,141,96); }

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

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

 a { background-color: rgb(48,141,96); }

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

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

 span { border-color: rgb(48,141,96); }

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