#2CB65A

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

Shades of Medium Sea Green #2CB65A

Tints of Medium Sea Green #2CB65A

Color information

#2CB65A (or 0x2CB65A) is unknown color: approx Medium Sea Green. HEX triplet: 2C, B6 and 5A. RGB value is (44,182,90). Sum of RGB (Red+Green+Blue) = 44+182+90=316 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.92% from 316); Green value is 182 (71.48% from 255 or 57.59% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 182 - color contains mainly: green. Hex color #2CB65A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB65A is #D349A5. Grayscale: #828282. Windows color (decimal): -13846950 or 5944876. OLE color: 5944876.

HSL color Cylindrical-coordinate representation of color #2CB65A: hue angle of 140º 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 #2CB65A is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB4418290-
CMYK0.7600.510.29
HSL140º61.06%44.31%-
HSV(B)140º75.82%71.37%-
XYZ19.6134.7315.34-
YUV130.25105.2866.48-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.92%
GREEN value IS 182 (71.48% from 255) = 57.59%
BLUE value IS 90 (35.55% from 255) = 28.48%
R=13.92%
G=57.59%
B=28.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal44182900.7600.510.2914061.0644.31
Hex2CB65A4C0331D8c3d2c
Octal54266132114063352147554
Binary101100101101101011010100110001100111110110001100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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