#288A5F

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

Shades of Sea Green #288A5F

Tints of Sea Green #288A5F

Color information

#288A5F (or 0x288A5F) is unknown color: approx Sea Green. HEX triplet: 28, 8A and 5F. RGB value is (40,138,95). Sum of RGB (Red+Green+Blue) = 40+138+95=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 138 (54.30% from 255 or 50.55% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 138 - color contains mainly: green. Hex color #288A5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288A5F is #D775A0. Grayscale: #676767. Windows color (decimal): -14120353 or 6261288. OLE color: 6261288.

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

Color convert

RGB4013895-
CMYK0.7100.310.46
HSL153.67º55.06%34.9%-
HSV(B)153.67º71.01%54.12%-
XYZ12.0319.4513.95-
YUV103.8123.0382.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.65%
GREEN value IS 138 (54.30% from 255) = 50.55%
BLUE value IS 95 (37.5% from 255) = 34.80%
R=14.65%
G=50.55%
B=34.80%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal40138950.7100.310.46153.6755.0634.9
Hex288A5F4701F2E9a3723
Octal50212137107037562326743
Binary101000100010101011111100011101111110111010011010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,138,95); }

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

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

 a { background-color: rgb(40,138,95); }

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

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

 span { border-color: rgb(40,138,95); }

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