#2A9E4D

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

Shades of Sea Green #2A9E4D

Tints of Sea Green #2A9E4D

Color information

#2A9E4D (or 0x2A9E4D) is unknown color: approx Sea Green. HEX triplet: 2A, 9E and 4D. RGB value is (42,158,77). Sum of RGB (Red+Green+Blue) = 42+158+77=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 158 (62.11% from 255 or 57.04% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 158 - color contains mainly: green. Hex color #2A9E4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9E4D is #D561B2. Grayscale: #727272. Windows color (decimal): -13984179 or 5086762. OLE color: 5086762.

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

Color convert

RGB4215877-
CMYK0.7300.510.38
HSL138.1º58%39.22%-
HSV(B)138.1º73.42%61.96%-
XYZ14.5225.4811.17-
YUV114.08107.0776.59-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.16%
GREEN value IS 158 (62.11% from 255) = 57.04%
BLUE value IS 77 (30.47% from 255) = 27.80%
R=15.16%
G=57.04%
B=27.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal42158770.7300.510.38138.15839.22
Hex2A9E4D49033268a3a27
Octal52236115111063462127247
Binary1010101001111010011011001001011001110011010001010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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