#288960

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

Shades of Sea Green #288960

Tints of Sea Green #288960

Color information

#288960 (or 0x288960) is unknown color: approx Sea Green. HEX triplet: 28, 89 and 60. RGB value is (40,137,96). Sum of RGB (Red+Green+Blue) = 40+137+96=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 137 (53.91% from 255 or 50.18% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 137 - color contains mainly: green. Hex color #288960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288960 is #D7769F. Grayscale: #676767. Windows color (decimal): -14120608 or 6326568. OLE color: 6326568.

HSL color Cylindrical-coordinate representation of color #288960: hue angle of 154.64º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288960 is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB4013796-
CMYK0.7100.300.46
HSL154.64º54.8%34.71%-
HSV(B)154.64º70.8%53.73%-
XYZ11.9319.1914.14-
YUV103.32123.8682.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.65%
GREEN value IS 137 (53.91% from 255) = 50.18%
BLUE value IS 96 (37.89% from 255) = 35.16%
R=14.65%
G=50.18%
B=35.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal40137960.7100.300.46154.6454.834.71
Hex2889604701E2E9b3723
Octal50211140107036562336743
Binary101000100010011100000100011101111010111010011011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288960; }

 p { color: rgb(40,137,96); }

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

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

 a { background-color: rgb(40,137,96); }

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

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

 span { border-color: rgb(40,137,96); }

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