#308864

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

Shades of Sea Green #308864

Tints of Sea Green #308864

Color information

#308864 (or 0x308864) is unknown color: approx Sea Green. HEX triplet: 30, 88 and 64. RGB value is (48,136,100). Sum of RGB (Red+Green+Blue) = 48+136+100=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 136 - color contains mainly: green. Hex color #308864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308864 is #CF779B. Grayscale: #696969. Windows color (decimal): -13596572 or 6588464. OLE color: 6588464.

HSL color Cylindrical-coordinate representation of color #308864: hue angle of 155.45º 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 #308864 is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB48136100-
CMYK0.6500.260.47
HSL155.45º47.83%36.08%-
HSV(B)155.45º64.71%53.33%-
XYZ12.3219.1615.1-
YUV105.58124.8586.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.90%
GREEN value IS 136 (53.52% from 255) = 47.89%
BLUE value IS 100 (39.45% from 255) = 35.21%
R=16.90%
G=47.89%
B=35.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal481361000.6500.260.47155.4547.8336.08
Hex3088644101A2F9b3024
Octal60210144101032572336044
Binary110000100010001100100100000101101010111110011011110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308864; }

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

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

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

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

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

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

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

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