#2C7D5B

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

Shades of Sea Green #2C7D5B

Tints of Sea Green #2C7D5B

Color information

#2C7D5B (or 0x2C7D5B) is unknown color: approx Sea Green. HEX triplet: 2C, 7D and 5B. RGB value is (44,125,91). Sum of RGB (Red+Green+Blue) = 44+125+91=260 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.92% from 260); Green value is 125 (49.22% from 255 or 48.08% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 125 - color contains mainly: green. Hex color #2C7D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7D5B is #D382A4. Grayscale: #606060. Windows color (decimal): -13861541 or 5995820. OLE color: 5995820.

HSL color Cylindrical-coordinate representation of color #2C7D5B: hue angle of 154.81º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C7D5B is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB4412591-
CMYK0.6500.270.51
HSL154.81º47.93%33.14%-
HSV(B)154.81º64.8%49.02%-
XYZ10.2615.9612.44-
YUV96.9124.6690.26-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.92%
GREEN value IS 125 (49.22% from 255) = 48.08%
BLUE value IS 91 (35.94% from 255) = 35%
R=16.92%
G=48.08%
B=35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal44125910.6500.270.51154.8147.9333.14
Hex2C7D5B4101B339b3021
Octal54175133101033632336041
Binary10110011111011011011100000101101111001110011011110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,125,91); }

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

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

 a { background-color: rgb(44,125,91); }

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

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

 span { border-color: rgb(44,125,91); }

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