#2A825E

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

Shades of Sea Green #2A825E

Tints of Sea Green #2A825E

Color information

#2A825E (or 0x2A825E) is unknown color: approx Sea Green. HEX triplet: 2A, 82 and 5E. RGB value is (42,130,94). Sum of RGB (Red+Green+Blue) = 42+130+94=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #2A825E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A825E is #D57DA1. Grayscale: #636363. Windows color (decimal): -13991330 or 6193706. OLE color: 6193706.

HSL color Cylindrical-coordinate representation of color #2A825E: hue angle of 155.45º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A825E is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB4213094-
CMYK0.6800.280.49
HSL155.45º51.16%33.73%-
HSV(B)155.45º67.69%50.98%-
XYZ10.9617.2713.34-
YUV99.58124.8586.93-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.79%
GREEN value IS 130 (51.17% from 255) = 48.87%
BLUE value IS 94 (37.11% from 255) = 35.34%
R=15.79%
G=48.87%
B=35.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal42130940.6800.280.49155.4551.1633.73
Hex2A825E4401C319b3322
Octal52202136104034612336342
Binary101010100000101011110100010001110011000110011011110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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