#288241

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

Shades of Sea Green #288241

Tints of Sea Green #288241

Color information

#288241 (or 0x288241) is unknown color: approx Sea Green. HEX triplet: 28, 82 and 41. RGB value is (40,130,65). Sum of RGB (Red+Green+Blue) = 40+130+65=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #288241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288241 is #D77DBE. Grayscale: #5F5F5F. Windows color (decimal): -14122431 or 4293160. OLE color: 4293160.

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

Color convert

RGB4013065-
CMYK0.6900.500.49
HSL136.67º52.94%33.33%-
HSV(B)136.67º69.23%50.98%-
XYZ9.8116.87.73-
YUV95.68110.6888.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.02%
GREEN value IS 130 (51.17% from 255) = 55.32%
BLUE value IS 65 (25.78% from 255) = 27.66%
R=17.02%
G=55.32%
B=27.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40130650.6900.500.49136.6752.9433.33
Hex2882414503231893521
Octal50202101105062612116541
Binary1010001000001010000011000101011001011000110001001110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288241; }

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

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

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

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

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

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

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

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