#308860

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

Shades of Sea Green #308860

Tints of Sea Green #308860

Color information

#308860 (or 0x308860) is unknown color: approx Sea Green. HEX triplet: 30, 88 and 60. RGB value is (48,136,96). Sum of RGB (Red+Green+Blue) = 48+136+96=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 136 - color contains mainly: green. Hex color #308860 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308860 is #CF779F. Grayscale: #696969. Windows color (decimal): -13596576 or 6326320. OLE color: 6326320.

HSL color Cylindrical-coordinate representation of color #308860: hue angle of 152.73º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308860 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB4813696-
CMYK0.6500.290.47
HSL152.73º47.83%36.08%-
HSV(B)152.73º64.71%53.33%-
XYZ12.1319.0814.11-
YUV105.13122.8587.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.14%
GREEN value IS 136 (53.52% from 255) = 48.57%
BLUE value IS 96 (37.89% from 255) = 34.29%
R=17.14%
G=48.57%
B=34.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48136960.6500.290.47152.7347.8336.08
Hex3088604101D2F993024
Octal60210140101035572316044
Binary110000100010001100000100000101110110111110011001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308860; }

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

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

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

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

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

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

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

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