#2CB362

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

Shades of Medium Sea Green #2CB362

Tints of Medium Sea Green #2CB362

Color information

#2CB362 (or 0x2CB362) is unknown color: approx Medium Sea Green. HEX triplet: 2C, B3 and 62. RGB value is (44,179,98). Sum of RGB (Red+Green+Blue) = 44+179+98=321 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.71% from 321); Green value is 179 (70.31% from 255 or 55.76% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB362 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB362 is #D34C9D. Grayscale: #818181. Windows color (decimal): -13847710 or 6468396. OLE color: 6468396.

HSL color Cylindrical-coordinate representation of color #2CB362: hue angle of 144º 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 #2CB362 is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB4417998-
CMYK0.7500.450.30
HSL144º60.54%43.73%-
HSV(B)144º75.42%70.2%-
XYZ19.3633.6617.03-
YUV129.4110.2767.09-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.71%
GREEN value IS 179 (70.31% from 255) = 55.76%
BLUE value IS 98 (38.67% from 255) = 30.53%
R=13.71%
G=55.76%
B=30.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal44179980.7500.450.3014460.5443.73
Hex2CB3624B02D1E903d2c
Octal54263142113055362207554
Binary101100101100111100010100101101011011111010010000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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