#28875F

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

Shades of Sea Green #28875F

Tints of Sea Green #28875F

Color information

#28875F (or 0x28875F) is unknown color: approx Sea Green. HEX triplet: 28, 87 and 5F. RGB value is (40,135,95). Sum of RGB (Red+Green+Blue) = 40+135+95=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 135 (53.12% from 255 or 50% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 135 - color contains mainly: green. Hex color #28875F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28875F is #D778A0. Grayscale: #666666. Windows color (decimal): -14121121 or 6260520. OLE color: 6260520.

HSL color Cylindrical-coordinate representation of color #28875F: hue angle of 154.74º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28875F is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB4013595-
CMYK0.7000.300.47
HSL154.74º54.29%34.31%-
HSV(B)154.74º70.37%52.94%-
XYZ11.618.6113.81-
YUV102.03124.0383.75-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.81%
GREEN value IS 135 (53.12% from 255) = 50%
BLUE value IS 95 (37.5% from 255) = 35.19%
R=14.81%
G=50%
B=35.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal40135950.7000.300.47154.7454.2934.31
Hex28875F4601E2F9b3622
Octal50207137106036572336642
Binary101000100001111011111100011001111010111110011011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28875F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28875F; }

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

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

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

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

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

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

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

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