#288852

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

Shades of Sea Green #288852

Tints of Sea Green #288852

Color information

#288852 (or 0x288852) is unknown color: approx Sea Green. HEX triplet: 28, 88 and 52. RGB value is (40,136,82). Sum of RGB (Red+Green+Blue) = 40+136+82=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 136 (53.52% from 255 or 52.71% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 136 - color contains mainly: green. Hex color #288852 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288852 is #D777AD. Grayscale: #656565. Windows color (decimal): -14120878 or 5408808. OLE color: 5408808.

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

Color convert

RGB4013682-
CMYK0.7100.400.47
HSL146.25º54.55%34.51%-
HSV(B)146.25º70.59%53.33%-
XYZ11.218.6711-
YUV101.14117.284.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.50%
GREEN value IS 136 (53.52% from 255) = 52.71%
BLUE value IS 82 (32.42% from 255) = 31.78%
R=15.50%
G=52.71%
B=31.78%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal40136820.7100.400.47146.2554.5534.51
Hex288852470282F923723
Octal50210122107050572226743
Binary1010001000100010100101000111010100010111110010010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288852; }

 p { color: rgb(40,136,82); }

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

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

 a { background-color: rgb(40,136,82); }

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

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

 span { border-color: rgb(40,136,82); }

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