#2CB365

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

Shades of Medium Sea Green #2CB365

Tints of Medium Sea Green #2CB365

Color information

#2CB365 (or 0x2CB365) is unknown color: approx Medium Sea Green. HEX triplet: 2C, B3 and 65. RGB value is (44,179,101). Sum of RGB (Red+Green+Blue) = 44+179+101=324 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.58% from 324); Green value is 179 (70.31% from 255 or 55.25% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB365 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB365 is #D34C9A. Grayscale: #818181. Windows color (decimal): -13847707 or 6665004. OLE color: 6665004.

HSL color Cylindrical-coordinate representation of color #2CB365: hue angle of 145.33º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB365 is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB44179101-
CMYK0.7500.440.30
HSL145.33º60.54%43.73%-
HSV(B)145.33º75.42%70.2%-
XYZ19.5133.7217.79-
YUV129.74111.7766.84-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.58%
GREEN value IS 179 (70.31% from 255) = 55.25%
BLUE value IS 101 (39.84% from 255) = 31.17%
R=13.58%
G=55.25%
B=31.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal441791010.7500.440.30145.3360.5443.73
Hex2CB3654B02C1E913d2c
Octal54263145113054362217554
Binary101100101100111100101100101101011001111010010001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,179,101); }

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

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

 a { background-color: rgb(44,179,101); }

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

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

 span { border-color: rgb(44,179,101); }

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