#288550

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

Shades of Sea Green #288550

Tints of Sea Green #288550

Color information

#288550 (or 0x288550) is unknown color: approx Sea Green. HEX triplet: 28, 85 and 50. RGB value is (40,133,80). Sum of RGB (Red+Green+Blue) = 40+133+80=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #288550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288550 is #D77AAF. Grayscale: #636363. Windows color (decimal): -14121648 or 5276968. OLE color: 5276968.

HSL color Cylindrical-coordinate representation of color #288550: hue angle of 145.81º degrees, saturation: 0.54, 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 #288550 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB4013380-
CMYK0.7000.400.48
HSL145.81º53.76%33.92%-
HSV(B)145.81º69.92%52.16%-
XYZ10.7117.8110.46-
YUV99.15117.1985.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.81%
GREEN value IS 133 (52.34% from 255) = 52.57%
BLUE value IS 80 (31.64% from 255) = 31.62%
R=15.81%
G=52.57%
B=31.62%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40133800.7000.400.48145.8153.7633.92
Hex2885504602830923622
Octal50205120106050602226642
Binary1010001000010110100001000110010100011000010010010110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288550; }

 p { color: rgb(40,133,80); }

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

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

 a { background-color: rgb(40,133,80); }

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

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

 span { border-color: rgb(40,133,80); }

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