#2C7F56

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

Shades of Sea Green #2C7F56

Tints of Sea Green #2C7F56

Color information

#2C7F56 (or 0x2C7F56) is unknown color: approx Sea Green. HEX triplet: 2C, 7F and 56. RGB value is (44,127,86). Sum of RGB (Red+Green+Blue) = 44+127+86=257 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.12% from 257); Green value is 127 (50% from 255 or 49.42% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 127 - color contains mainly: green. Hex color #2C7F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7F56 is #D380A9. Grayscale: #616161. Windows color (decimal): -13861034 or 5668652. OLE color: 5668652.

HSL color Cylindrical-coordinate representation of color #2C7F56: hue angle of 150.36º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C7F56 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB4412786-
CMYK0.6500.320.50
HSL150.36º48.54%33.53%-
HSV(B)150.36º65.35%49.8%-
XYZ10.3116.3911.42-
YUV97.51121.589.83-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.12%
GREEN value IS 127 (50% from 255) = 49.42%
BLUE value IS 86 (33.98% from 255) = 33.46%
R=17.12%
G=49.42%
B=33.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal44127860.6500.320.50150.3648.5433.53
Hex2C7F564102032963122
Octal54177126101040622266142
Binary101100111111110101101000001010000011001010010110110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,127,86); }

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

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

 a { background-color: rgb(44,127,86); }

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

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

 span { border-color: rgb(44,127,86); }

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