#28825C

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

Shades of Sea Green #28825C

Tints of Sea Green #28825C

Color information

#28825C (or 0x28825C) is unknown color: approx Sea Green. HEX triplet: 28, 82 and 5C. RGB value is (40,130,92). Sum of RGB (Red+Green+Blue) = 40+130+92=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #28825C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28825C is #D77DA3. Grayscale: #626262. Windows color (decimal): -14122404 or 6062632. OLE color: 6062632.

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

Color convert

RGB4013092-
CMYK0.6900.290.49
HSL154.67º52.94%33.33%-
HSV(B)154.67º69.23%50.98%-
XYZ10.7917.1912.87-
YUV98.76124.1886.09-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.27%
GREEN value IS 130 (51.17% from 255) = 49.62%
BLUE value IS 92 (36.33% from 255) = 35.11%
R=15.27%
G=49.62%
B=35.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40130920.6900.290.49154.6752.9433.33
Hex28825C4501D319b3521
Octal50202134105035612336541
Binary101000100000101011100100010101110111000110011011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28825C; }

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

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

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

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

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

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

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

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