#2C8A5C

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

Shades of Sea Green #2C8A5C

Tints of Sea Green #2C8A5C

Color information

#2C8A5C (or 0x2C8A5C) is unknown color: approx Sea Green. HEX triplet: 2C, 8A and 5C. RGB value is (44,138,92). Sum of RGB (Red+Green+Blue) = 44+138+92=274 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.06% from 274); Green value is 138 (54.30% from 255 or 50.36% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 138 - color contains mainly: green. Hex color #2C8A5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8A5C is #D375A3. Grayscale: #686868. Windows color (decimal): -13858212 or 6064684. OLE color: 6064684.

HSL color Cylindrical-coordinate representation of color #2C8A5C: hue angle of 150.64º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C8A5C is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB4413892-
CMYK0.6800.330.46
HSL150.64º51.65%35.69%-
HSV(B)150.64º68.12%54.12%-
XYZ12.0619.4913.25-
YUV104.65120.8684.74-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.06%
GREEN value IS 138 (54.30% from 255) = 50.36%
BLUE value IS 92 (36.33% from 255) = 33.58%
R=16.06%
G=50.36%
B=33.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal44138920.6800.330.46150.6451.6535.69
Hex2C8A5C440212E973424
Octal54212134104041562276444
Binary1011001000101010111001000100010000110111010010111110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,138,92); }

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

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

 a { background-color: rgb(44,138,92); }

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

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

 span { border-color: rgb(44,138,92); }

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