#308B60

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

Shades of Sea Green #308B60

Tints of Sea Green #308B60

Color information

#308B60 (or 0x308B60) is unknown color: approx Sea Green. HEX triplet: 30, 8B and 60. RGB value is (48,139,96). Sum of RGB (Red+Green+Blue) = 48+139+96=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 139 (54.69% from 255 or 49.12% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 139 - color contains mainly: green. Hex color #308B60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308B60 is #CF749F. Grayscale: #6A6A6A. Windows color (decimal): -13595808 or 6327088. OLE color: 6327088.

HSL color Cylindrical-coordinate representation of color #308B60: hue angle of 151.65º 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 #308B60 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB4813996-
CMYK0.6500.310.45
HSL151.65º48.66%36.67%-
HSV(B)151.65º65.47%54.51%-
XYZ12.5619.9414.25-
YUV106.89121.8586-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.96%
GREEN value IS 139 (54.69% from 255) = 49.12%
BLUE value IS 96 (37.89% from 255) = 33.92%
R=16.96%
G=49.12%
B=33.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48139960.6500.310.45151.6548.6636.67
Hex308B604101F2D983125
Octal60213140101037552306145
Binary110000100010111100000100000101111110110110011000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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