#288248

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

Shades of Sea Green #288248

Tints of Sea Green #288248

Color information

#288248 (or 0x288248) is unknown color: approx Sea Green. HEX triplet: 28, 82 and 48. RGB value is (40,130,72). Sum of RGB (Red+Green+Blue) = 40+130+72=242 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.53% from 242); Green value is 130 (51.17% from 255 or 53.72% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 130 - color contains mainly: green. Hex color #288248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288248 is #D77DB7. Grayscale: #606060. Windows color (decimal): -14122424 or 4751912. OLE color: 4751912.

HSL color Cylindrical-coordinate representation of color #288248: hue angle of 141.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288248 is Cyan = 0.69, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB4013072-
CMYK0.6900.450.49
HSL141.33º52.94%33.33%-
HSV(B)141.33º69.23%50.98%-
XYZ10.0316.888.86-
YUV96.48114.1887.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.53%
GREEN value IS 130 (51.17% from 255) = 53.72%
BLUE value IS 72 (28.52% from 255) = 29.75%
R=16.53%
G=53.72%
B=29.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40130720.6900.450.49141.3352.9433.33
Hex2882484502D318d3521
Octal50202110105055612156541
Binary1010001000001010010001000101010110111000110001101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288248; }

 p { color: rgb(40,130,72); }

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

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

 a { background-color: rgb(40,130,72); }

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

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

 span { border-color: rgb(40,130,72); }

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