#288948

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

Shades of Sea Green #288948

Tints of Sea Green #288948

Color information

#288948 (or 0x288948) is unknown color: approx Sea Green. HEX triplet: 28, 89 and 48. RGB value is (40,137,72). Sum of RGB (Red+Green+Blue) = 40+137+72=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 137 (53.91% from 255 or 55.02% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 137 - color contains mainly: green. Hex color #288948 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288948 is #D776B7. Grayscale: #646464. Windows color (decimal): -14120632 or 4753704. OLE color: 4753704.

HSL color Cylindrical-coordinate representation of color #288948: hue angle of 139.79º 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 #288948 is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB4013772-
CMYK0.7100.470.46
HSL139.79º54.8%34.71%-
HSV(B)139.79º70.8%53.73%-
XYZ10.9918.819.18-
YUV100.59111.8684.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.06%
GREEN value IS 137 (53.91% from 255) = 55.02%
BLUE value IS 72 (28.52% from 255) = 28.92%
R=16.06%
G=55.02%
B=28.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal40137720.7100.470.46139.7954.834.71
Hex2889484702F2E8c3723
Octal50211110107057562146743
Binary1010001000100110010001000111010111110111010001100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288948; }

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

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

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

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

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

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

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

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