#308B50

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

Shades of Sea Green #308B50

Tints of Sea Green #308B50

Color information

#308B50 (or 0x308B50) is unknown color: approx Sea Green. HEX triplet: 30, 8B and 50. RGB value is (48,139,80). Sum of RGB (Red+Green+Blue) = 48+139+80=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 139 (54.69% from 255 or 52.06% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 139 - color contains mainly: green. Hex color #308B50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308B50 is #CF74AF. Grayscale: #696969. Windows color (decimal): -13595824 or 5278512. OLE color: 5278512.

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

Color convert

RGB4813980-
CMYK0.6500.420.45
HSL141.1º48.66%36.67%-
HSV(B)141.1º65.47%54.51%-
XYZ11.919.6710.76-
YUV105.06113.8587.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.98%
GREEN value IS 139 (54.69% from 255) = 52.06%
BLUE value IS 80 (31.64% from 255) = 29.96%
R=17.98%
G=52.06%
B=29.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48139800.6500.420.45141.148.6636.67
Hex308B504102A2D8d3125
Octal60213120101052552156145
Binary1100001000101110100001000001010101010110110001101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,139,80); }

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

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

 a { background-color: rgb(48,139,80); }

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

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

 span { border-color: rgb(48,139,80); }

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