#2A9C4D

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

Shades of Sea Green #2A9C4D

Tints of Sea Green #2A9C4D

Color information

#2A9C4D (or 0x2A9C4D) is unknown color: approx Sea Green. HEX triplet: 2A, 9C and 4D. RGB value is (42,156,77). Sum of RGB (Red+Green+Blue) = 42+156+77=275 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.27% from 275); Green value is 156 (61.33% from 255 or 56.73% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 156 - color contains mainly: green. Hex color #2A9C4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9C4D is #D563B2. Grayscale: #717171. Windows color (decimal): -13984691 or 5086250. OLE color: 5086250.

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

Color convert

RGB4215677-
CMYK0.7300.510.39
HSL138.42º57.58%38.82%-
HSV(B)138.42º73.08%61.18%-
XYZ14.1824.811.06-
YUV112.91107.7377.42-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.27%
GREEN value IS 156 (61.33% from 255) = 56.73%
BLUE value IS 77 (30.47% from 255) = 28%
R=15.27%
G=56.73%
B=28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal42156770.7300.510.39138.4257.5838.82
Hex2A9C4D49033278a3a27
Octal52234115111063472127247
Binary1010101001110010011011001001011001110011110001010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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