#288460

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

Shades of Sea Green #288460

Tints of Sea Green #288460

Color information

#288460 (or 0x288460) is unknown color: approx Sea Green. HEX triplet: 28, 84 and 60. RGB value is (40,132,96). Sum of RGB (Red+Green+Blue) = 40+132+96=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 132 - color contains mainly: green. Hex color #288460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288460 is #D77B9F. Grayscale: #646464. Windows color (decimal): -14121888 or 6325288. OLE color: 6325288.

HSL color Cylindrical-coordinate representation of color #288460: hue angle of 156.52º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288460 is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB4013296-
CMYK0.7000.270.48
HSL156.52º53.49%33.73%-
HSV(B)156.52º69.7%51.76%-
XYZ11.2417.813.91-
YUV100.39125.5284.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.93%
GREEN value IS 132 (51.95% from 255) = 49.25%
BLUE value IS 96 (37.89% from 255) = 35.82%
R=14.93%
G=49.25%
B=35.82%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40132960.7000.270.48156.5253.4933.73
Hex2884604601B309d3522
Octal50204140106033602356542
Binary101000100001001100000100011001101111000010011101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288460; }

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

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

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

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

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

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

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

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