#308160

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

Shades of Sea Green #308160

Tints of Sea Green #308160

Color information

#308160 (or 0x308160) is unknown color: approx Sea Green. HEX triplet: 30, 81 and 60. RGB value is (48,129,96). Sum of RGB (Red+Green+Blue) = 48+129+96=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 129 (50.78% from 255 or 47.25% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 129 - color contains mainly: green. Hex color #308160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308160 is #CF7E9F. Grayscale: #656565. Windows color (decimal): -13598368 or 6324528. OLE color: 6324528.

HSL color Cylindrical-coordinate representation of color #308160: hue angle of 155.56º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308160 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB4812996-
CMYK0.6300.260.49
HSL155.56º45.76%34.71%-
HSV(B)155.56º62.79%50.59%-
XYZ11.1817.1713.79-
YUV101.02125.1690.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.58%
GREEN value IS 129 (50.78% from 255) = 47.25%
BLUE value IS 96 (37.89% from 255) = 35.16%
R=17.58%
G=47.25%
B=35.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48129960.6300.260.49155.5645.7634.71
Hex3081603F01A319c2e23
Octal6020114077032612345643
Binary11000010000001110000011111101101011000110011100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308160; }

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

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

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

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

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

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

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

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