#2CBD72

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

Shades of Medium Sea Green #2CBD72

Tints of Medium Sea Green #2CBD72

Color information

#2CBD72 (or 0x2CBD72) is unknown color: approx Medium Sea Green. HEX triplet: 2C, BD and 72. RGB value is (44,189,114). Sum of RGB (Red+Green+Blue) = 44+189+114=347 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.68% from 347); Green value is 189 (74.22% from 255 or 54.47% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 189 - color contains mainly: green. Hex color #2CBD72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBD72 is #D3428D. Grayscale: #898989. Windows color (decimal): -13845134 or 7519532. OLE color: 7519532.

HSL color Cylindrical-coordinate representation of color #2CBD72: hue angle of 148.97º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBD72 is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB44189114-
CMYK0.7700.400.26
HSL148.97º62.23%45.69%-
HSV(B)148.97º76.72%74.12%-
XYZ22.2738.1522.11-
YUV137.1114.9661.6-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.68%
GREEN value IS 189 (74.22% from 255) = 54.47%
BLUE value IS 114 (44.92% from 255) = 32.85%
R=12.68%
G=54.47%
B=32.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal441891140.7700.400.26148.9762.2345.69
Hex2CBD724D0281A953e2e
Octal54275162115050322257656
Binary101100101111011110010100110101010001101010010101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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