#2A875E

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

Shades of Sea Green #2A875E

Tints of Sea Green #2A875E

Color information

#2A875E (or 0x2A875E) is unknown color: approx Sea Green. HEX triplet: 2A, 87 and 5E. RGB value is (42,135,94). Sum of RGB (Red+Green+Blue) = 42+135+94=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 135 (53.12% from 255 or 49.82% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 135 - color contains mainly: green. Hex color #2A875E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A875E is #D578A1. Grayscale: #666666. Windows color (decimal): -13990050 or 6194986. OLE color: 6194986.

HSL color Cylindrical-coordinate representation of color #2A875E: hue angle of 153.55º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A875E is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB4213594-
CMYK0.6900.300.47
HSL153.55º52.54%34.71%-
HSV(B)153.55º68.89%52.94%-
XYZ11.6418.6313.57-
YUV102.52123.1984.83-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.50%
GREEN value IS 135 (53.12% from 255) = 49.82%
BLUE value IS 94 (37.11% from 255) = 34.69%
R=15.50%
G=49.82%
B=34.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42135940.6900.300.47153.5552.5434.71
Hex2A875E4501E2F9a3523
Octal52207136105036572326543
Binary101010100001111011110100010101111010111110011010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A875E; }

 p { color: rgb(42,135,94); }

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

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

 a { background-color: rgb(42,135,94); }

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

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

 span { border-color: rgb(42,135,94); }

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