#2cb85e

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

Shades of Medium Sea Green #2CB85E

Tints of Medium Sea Green #2CB85E

Color information

#2CB85E (or 0x2CB85E) is unknown color: approx Medium Sea Green. HEX triplet: 2C, B8 and 5E. RGB value is (44,184,94). Sum of RGB (Red+Green+Blue) = 44+184+94=322 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.66% from 322); Green value is 184 (72.27% from 255 or 57.14% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 184 - color contains mainly: green. Hex color #2CB85E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB85E is #D347A1. Grayscale: #848484. Windows color (decimal): -13846434 or 6207532. OLE color: 6207532.

HSL color Cylindrical-coordinate representation of color #2CB85E: hue angle of 141.43º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB85E is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB4418494-
CMYK0.7600.490.28
HSL141.43º61.4%44.71%-
HSV(B)141.43º76.09%72.16%-
XYZ20.235.6216.4-
YUV131.88106.6265.32-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.66%
GREEN value IS 184 (72.27% from 255) = 57.14%
BLUE value IS 94 (37.11% from 255) = 29.19%
R=13.66%
G=57.14%
B=29.19%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal44184940.7600.490.28141.4361.444.71
Hex2CB85E4C0311C8d3d2d
Octal54270136114061342157555
Binary101100101110001011110100110001100011110010001101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cb85e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,184,94); }

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

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

 a { background-color: rgb(44,184,94); }

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

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

 span { border-color: rgb(44,184,94); }

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