#288952

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

Shades of Sea Green #288952

Tints of Sea Green #288952

Color information

#288952 (or 0x288952) is unknown color: approx Sea Green. HEX triplet: 28, 89 and 52. RGB value is (40,137,82). Sum of RGB (Red+Green+Blue) = 40+137+82=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 137 (53.91% from 255 or 52.90% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 137 - color contains mainly: green. Hex color #288952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288952 is #D776AD. Grayscale: #656565. Windows color (decimal): -14120622 or 5409064. OLE color: 5409064.

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

Color convert

RGB4013782-
CMYK0.7100.400.46
HSL145.98º54.8%34.71%-
HSV(B)145.98º70.8%53.73%-
XYZ11.3418.9511.04-
YUV101.73116.8683.97-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.44%
GREEN value IS 137 (53.91% from 255) = 52.90%
BLUE value IS 82 (32.42% from 255) = 31.66%
R=15.44%
G=52.90%
B=31.66%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal40137820.7100.400.46145.9854.834.71
Hex288952470282E923723
Octal50211122107050562226743
Binary1010001000100110100101000111010100010111010010010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288952; }

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

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

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

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

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

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

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

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