#2A9C4E

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

Shades of Sea Green #2A9C4E

Tints of Sea Green #2A9C4E

Color information

#2A9C4E (or 0x2A9C4E) is unknown color: approx Sea Green. HEX triplet: 2A, 9C and 4E. RGB value is (42,156,78). Sum of RGB (Red+Green+Blue) = 42+156+78=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 156 (61.33% from 255 or 56.52% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 156 - color contains mainly: green. Hex color #2A9C4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9C4E is #D563B1. Grayscale: #717171. Windows color (decimal): -13984690 or 5151786. OLE color: 5151786.

HSL color Cylindrical-coordinate representation of color #2A9C4E: hue angle of 138.95º 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 #2A9C4E is Cyan = 0.73, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.39.

Color convert

RGB4215678-
CMYK0.7300.50.39
HSL138.95º57.58%38.82%-
HSV(B)138.95º73.08%61.18%-
XYZ14.2224.8211.25-
YUV113.02108.2377.34-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.22%
GREEN value IS 156 (61.33% from 255) = 56.52%
BLUE value IS 78 (30.86% from 255) = 28.26%
R=15.22%
G=56.52%
B=28.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal42156780.7300.50.39138.9557.5838.82
Hex2A9C4E49032278b3a27
Octal52234116111062472137247
Binary1010101001110010011101001001011001010011110001011111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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