#2A8562

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

Shades of Sea Green #2A8562

Tints of Sea Green #2A8562

Color information

#2A8562 (or 0x2A8562) is unknown color: approx Sea Green. HEX triplet: 2A, 85 and 62. RGB value is (42,133,98). Sum of RGB (Red+Green+Blue) = 42+133+98=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #2A8562 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8562 is #D57A9D. Grayscale: #656565. Windows color (decimal): -13990558 or 6456618. OLE color: 6456618.

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

Color convert

RGB4213398-
CMYK0.6800.260.48
HSL156.92º52%34.31%-
HSV(B)156.92º68.42%52.16%-
XYZ11.5518.1514.45-
YUV101.8125.8585.35-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.38%
GREEN value IS 133 (52.34% from 255) = 48.72%
BLUE value IS 98 (38.67% from 255) = 35.90%
R=15.38%
G=48.72%
B=35.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal42133980.6800.260.48156.925234.31
Hex2A85624401A309d3422
Octal52205142104032602356442
Binary101010100001011100010100010001101011000010011101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,133,98); }

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

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

 a { background-color: rgb(42,133,98); }

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

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

 span { border-color: rgb(42,133,98); }

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