#288249

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

Shades of Sea Green #288249

Tints of Sea Green #288249

Color information

#288249 (or 0x288249) is unknown color: approx Sea Green. HEX triplet: 28, 82 and 49. RGB value is (40,130,73). Sum of RGB (Red+Green+Blue) = 40+130+73=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #288249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288249 is #D77DB6. Grayscale: #606060. Windows color (decimal): -14122423 or 4817448. OLE color: 4817448.

HSL color Cylindrical-coordinate representation of color #288249: hue angle of 142º 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 #288249 is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB4013073-
CMYK0.6900.440.49
HSL142º52.94%33.33%-
HSV(B)142º69.23%50.98%-
XYZ10.0616.99.03-
YUV96.59114.6887.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.46%
GREEN value IS 130 (51.17% from 255) = 53.50%
BLUE value IS 73 (28.91% from 255) = 30.04%
R=16.46%
G=53.50%
B=30.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40130730.6900.440.4914252.9433.33
Hex2882494502C318e3521
Octal50202111105054612166541
Binary1010001000001010010011000101010110011000110001110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288249; }

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

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

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

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

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

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

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

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