#2A9556

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

Shades of Sea Green #2A9556

Tints of Sea Green #2A9556

Color information

#2A9556 (or 0x2A9556) is unknown color: approx Sea Green. HEX triplet: 2A, 95 and 56. RGB value is (42,149,86). Sum of RGB (Red+Green+Blue) = 42+149+86=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 149 (58.59% from 255 or 53.79% from 277); Blue value is 86 (33.98% from 255 or 31.05% from 277); Max value from RGB is 149 - color contains mainly: green. Hex color #2A9556 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9556 is #D56AA9. Grayscale: #6D6D6D. Windows color (decimal): -13986474 or 5674282. OLE color: 5674282.

HSL color Cylindrical-coordinate representation of color #2A9556: hue angle of 144.67º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A9556 is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB4214986-
CMYK0.7200.420.42
HSL144.67º56.02%37.45%-
HSV(B)144.67º71.81%58.43%-
XYZ13.3822.6612.47-
YUV109.82114.5579.62-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.16%
GREEN value IS 149 (58.59% from 255) = 53.79%
BLUE value IS 86 (33.98% from 255) = 31.05%
R=15.16%
G=53.79%
B=31.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42149860.7200.420.42144.6756.0237.45
Hex2A95564802A2A913825
Octal52225126110052522217045
Binary1010101001010110101101001000010101010101010010001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,149,86); }

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

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

 a { background-color: rgb(42,149,86); }

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

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

 span { border-color: rgb(42,149,86); }

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