#2CBD78

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

Shades of Medium Sea Green #2CBD78

Tints of Medium Sea Green #2CBD78

Color information

#2CBD78 (or 0x2CBD78) is unknown color: approx Medium Sea Green. HEX triplet: 2C, BD and 78. RGB value is (44,189,120). Sum of RGB (Red+Green+Blue) = 44+189+120=353 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.46% from 353); Green value is 189 (74.22% from 255 or 53.54% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 189 - color contains mainly: green. Hex color #2CBD78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBD78 is #D34287. Grayscale: #898989. Windows color (decimal): -13845128 or 7912748. OLE color: 7912748.

HSL color Cylindrical-coordinate representation of color #2CBD78: hue angle of 151.45º 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 #2CBD78 is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB44189120-
CMYK0.7700.370.26
HSL151.45º62.23%45.69%-
HSV(B)151.45º76.72%74.12%-
XYZ22.6338.2923.97-
YUV137.78117.9661.11-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.46%
GREEN value IS 189 (74.22% from 255) = 53.54%
BLUE value IS 120 (47.27% from 255) = 33.99%
R=12.46%
G=53.54%
B=33.99%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal441891200.7700.370.26151.4562.2345.69
Hex2CBD784D0251A973e2e
Octal54275170115045322277656
Binary101100101111011111000100110101001011101010010111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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