#288D4B

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

Shades of Sea Green #288D4B

Tints of Sea Green #288D4B

Color information

#288D4B (or 0x288D4B) is unknown color: approx Sea Green. HEX triplet: 28, 8D and 4B. RGB value is (40,141,75). Sum of RGB (Red+Green+Blue) = 40+141+75=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 141 (55.47% from 255 or 55.08% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 141 - color contains mainly: green. Hex color #288D4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288D4B is #D772B4. Grayscale: #676767. Windows color (decimal): -14119605 or 4951336. OLE color: 4951336.

HSL color Cylindrical-coordinate representation of color #288D4B: hue angle of 140.79º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288D4B is Cyan = 0.72, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB4014175-
CMYK0.7200.470.45
HSL140.79º55.8%35.49%-
HSV(B)140.79º71.63%55.29%-
XYZ11.6720.019.9-
YUV103.28112.0482.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.62%
GREEN value IS 141 (55.47% from 255) = 55.08%
BLUE value IS 75 (29.69% from 255) = 29.30%
R=15.62%
G=55.08%
B=29.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal40141750.7200.470.45140.7955.835.49
Hex288D4B4802F2D8d3823
Octal50215113110057552157043
Binary1010001000110110010111001000010111110110110001101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288D4B; }

 p { color: rgb(40,141,75); }

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

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

 a { background-color: rgb(40,141,75); }

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

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

 span { border-color: rgb(40,141,75); }

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