#2A9C49

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

Shades of Sea Green #2A9C49

Tints of Sea Green #2A9C49

Color information

#2A9C49 (or 0x2A9C49) is unknown color: approx Sea Green. HEX triplet: 2A, 9C and 49. RGB value is (42,156,73). Sum of RGB (Red+Green+Blue) = 42+156+73=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 156 (61.33% from 255 or 57.56% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 156 - color contains mainly: green. Hex color #2A9C49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9C49 is #D563B6. Grayscale: #707070. Windows color (decimal): -13984695 or 4824106. OLE color: 4824106.

HSL color Cylindrical-coordinate representation of color #2A9C49: hue angle of 136.32º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9C49 is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB4215673-
CMYK0.7300.530.39
HSL136.32º57.58%38.82%-
HSV(B)136.32º73.08%61.18%-
XYZ14.0524.7510.34-
YUV112.45105.7377.75-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.50%
GREEN value IS 156 (61.33% from 255) = 57.56%
BLUE value IS 73 (28.91% from 255) = 26.94%
R=15.50%
G=57.56%
B=26.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal42156730.7300.530.39136.3257.5838.82
Hex2A9C494903527883a27
Octal52234111111065472107247
Binary1010101001110010010011001001011010110011110001000111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,156,73); }

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

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

 a { background-color: rgb(42,156,73); }

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

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

 span { border-color: rgb(42,156,73); }

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