#2CB15B

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

Shades of Medium Sea Green #2CB15B

Tints of Medium Sea Green #2CB15B

Color information

#2CB15B (or 0x2CB15B) is unknown color: approx Medium Sea Green. HEX triplet: 2C, B1 and 5B. RGB value is (44,177,91). Sum of RGB (Red+Green+Blue) = 44+177+91=312 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.10% from 312); Green value is 177 (69.53% from 255 or 56.73% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 177 - color contains mainly: green. Hex color #2CB15B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CB15B is #D34EA4. Grayscale: #7F7F7F. Windows color (decimal): -13848229 or 6009132. OLE color: 6009132.

HSL color Cylindrical-coordinate representation of color #2CB15B: hue angle of 141.2º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB15B is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB4417791-
CMYK0.7500.490.31
HSL141.2º60.18%43.33%-
HSV(B)141.2º75.14%69.41%-
XYZ18.6532.7415.23-
YUV127.43107.4468.49-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.10%
GREEN value IS 177 (69.53% from 255) = 56.73%
BLUE value IS 91 (35.94% from 255) = 29.17%
R=14.10%
G=56.73%
B=29.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal44177910.7500.490.31141.260.1843.33
Hex2CB15B4B0311F8d3c2b
Octal54261133113061372157453
Binary101100101100011011011100101101100011111110001101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,177,91); }

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

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

 a { background-color: rgb(44,177,91); }

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

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

 span { border-color: rgb(44,177,91); }

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