#288D5E

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

Shades of Sea Green #288D5E

Tints of Sea Green #288D5E

Color information

#288D5E (or 0x288D5E) is unknown color: approx Sea Green. HEX triplet: 28, 8D and 5E. RGB value is (40,141,94). Sum of RGB (Red+Green+Blue) = 40+141+94=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 141 (55.47% from 255 or 51.27% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 141 - color contains mainly: green. Hex color #288D5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288D5E is #D772A1. Grayscale: #696969. Windows color (decimal): -14119586 or 6196520. OLE color: 6196520.

HSL color Cylindrical-coordinate representation of color #288D5E: hue angle of 152.08º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288D5E is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB4014194-
CMYK0.7200.330.45
HSL152.08º55.8%35.49%-
HSV(B)152.08º71.63%55.29%-
XYZ12.4220.3113.86-
YUV105.44121.5481.32-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.55%
GREEN value IS 141 (55.47% from 255) = 51.27%
BLUE value IS 94 (37.11% from 255) = 34.18%
R=14.55%
G=51.27%
B=34.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal40141940.7200.330.45152.0855.835.49
Hex288D5E480212D983823
Octal50215136110041552307043
Binary1010001000110110111101001000010000110110110011000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288D5E; }

 p { color: rgb(40,141,94); }

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

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

 a { background-color: rgb(40,141,94); }

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

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

 span { border-color: rgb(40,141,94); }

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