#308560

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

Shades of Sea Green #308560

Tints of Sea Green #308560

Color information

#308560 (or 0x308560) is unknown color: approx Sea Green. HEX triplet: 30, 85 and 60. RGB value is (48,133,96). Sum of RGB (Red+Green+Blue) = 48+133+96=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 133 - color contains mainly: green. Hex color #308560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308560 is #CF7A9F. Grayscale: #676767. Windows color (decimal): -13597344 or 6325552. OLE color: 6325552.

HSL color Cylindrical-coordinate representation of color #308560: hue angle of 153.88º 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 #308560 is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB4813396-
CMYK0.6400.280.48
HSL153.88º46.96%35.49%-
HSV(B)153.88º63.91%52.16%-
XYZ11.7218.2513.97-
YUV103.37123.8488.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.33%
GREEN value IS 133 (52.34% from 255) = 48.01%
BLUE value IS 96 (37.89% from 255) = 34.66%
R=17.33%
G=48.01%
B=34.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48133960.6400.280.48153.8846.9635.49
Hex3085604001C309a2f23
Octal60205140100034602325743
Binary110000100001011100000100000001110011000010011010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308560; }

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

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

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

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

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

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

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

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