#308552

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

Shades of Sea Green #308552

Tints of Sea Green #308552

Color information

#308552 (or 0x308552) is unknown color: approx Sea Green. HEX triplet: 30, 85 and 52. RGB value is (48,133,82). Sum of RGB (Red+Green+Blue) = 48+133+82=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #308552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308552 is #CF7AAD. Grayscale: #656565. Windows color (decimal): -13597358 or 5408048. OLE color: 5408048.

HSL color Cylindrical-coordinate representation of color #308552: hue angle of 144º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308552 is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB4813382-
CMYK0.6400.380.48
HSL144º46.96%35.49%-
HSV(B)144º63.91%52.16%-
XYZ11.1318.0110.87-
YUV101.77116.8489.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.25%
GREEN value IS 133 (52.34% from 255) = 50.57%
BLUE value IS 82 (32.42% from 255) = 31.18%
R=18.25%
G=50.57%
B=31.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48133820.6400.380.4814446.9635.49
Hex3085524002630902f23
Octal60205122100046602205743
Binary1100001000010110100101000000010011011000010010000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308552; }

 p { color: rgb(48,133,82); }

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

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

 a { background-color: rgb(48,133,82); }

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

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

 span { border-color: rgb(48,133,82); }

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