#2C9158

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

Shades of Sea Green #2C9158

Tints of Sea Green #2C9158

Color information

#2C9158 (or 0x2C9158) is unknown color: approx Sea Green. HEX triplet: 2C, 91 and 58. RGB value is (44,145,88). Sum of RGB (Red+Green+Blue) = 44+145+88=277 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.88% from 277); Green value is 145 (57.03% from 255 or 52.35% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 145 - color contains mainly: green. Hex color #2C9158 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9158 is #D36EA7. Grayscale: #6C6C6C. Windows color (decimal): -13856424 or 5804332. OLE color: 5804332.

HSL color Cylindrical-coordinate representation of color #2C9158: hue angle of 146.14º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C9158 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB4414588-
CMYK0.7000.390.43
HSL146.14º53.44%37.06%-
HSV(B)146.14º69.66%56.86%-
XYZ12.9321.4912.7-
YUV108.3116.5482.13-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.88%
GREEN value IS 145 (57.03% from 255) = 52.35%
BLUE value IS 88 (34.77% from 255) = 31.77%
R=15.88%
G=52.35%
B=31.77%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal44145880.7000.390.43146.1453.4437.06
Hex2C9158460272B923525
Octal54221130106047532226545
Binary1011001001000110110001000110010011110101110010010110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,145,88); }

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

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

 a { background-color: rgb(44,145,88); }

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

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

 span { border-color: rgb(44,145,88); }

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