#2CB672

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

Shades of Medium Sea Green #2CB672

Tints of Medium Sea Green #2CB672

Color information

#2CB672 (or 0x2CB672) is unknown color: approx Medium Sea Green. HEX triplet: 2C, B6 and 72. RGB value is (44,182,114). Sum of RGB (Red+Green+Blue) = 44+182+114=340 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.94% from 340); Green value is 182 (71.48% from 255 or 53.53% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 182 - color contains mainly: green. Hex color #2CB672 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB672 is #D3498D. Grayscale: #858585. Windows color (decimal): -13846926 or 7517740. OLE color: 7517740.

HSL color Cylindrical-coordinate representation of color #2CB672: hue angle of 150.43º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB672 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB44182114-
CMYK0.7600.370.29
HSL150.43º61.06%44.31%-
HSV(B)150.43º75.82%71.37%-
XYZ20.835.2121.62-
YUV132.99117.2864.53-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.94%
GREEN value IS 182 (71.48% from 255) = 53.53%
BLUE value IS 114 (44.92% from 255) = 33.53%
R=12.94%
G=53.53%
B=33.53%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal441821140.7600.370.29150.4361.0644.31
Hex2CB6724C0251D963d2c
Octal54266162114045352267554
Binary101100101101101110010100110001001011110110010110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,182,114); }

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

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

 a { background-color: rgb(44,182,114); }

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

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

 span { border-color: rgb(44,182,114); }

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