#2A824D

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

Shades of Sea Green #2A824D

Tints of Sea Green #2A824D

Color information

#2A824D (or 0x2A824D) is unknown color: approx Sea Green. HEX triplet: 2A, 82 and 4D. RGB value is (42,130,77). Sum of RGB (Red+Green+Blue) = 42+130+77=249 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.87% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #2A824D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A824D is #D57DB2. Grayscale: #616161. Windows color (decimal): -13991347 or 5079594. OLE color: 5079594.

HSL color Cylindrical-coordinate representation of color #2A824D: hue angle of 143.86º 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 #2A824D is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB4213077-
CMYK0.6800.410.49
HSL143.86º51.16%33.73%-
HSV(B)143.86º67.69%50.98%-
XYZ10.2816.999.76-
YUV97.65116.3588.31-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.87%
GREEN value IS 130 (51.17% from 255) = 52.21%
BLUE value IS 77 (30.47% from 255) = 30.92%
R=16.87%
G=52.21%
B=30.92%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal42130770.6800.410.49143.8651.1633.73
Hex2A824D4402931903322
Octal52202115104051612206342
Binary1010101000001010011011000100010100111000110010000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A824D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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