#2CBE65

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

Shades of Medium Sea Green #2CBE65

Tints of Medium Sea Green #2CBE65

Color information

#2CBE65 (or 0x2CBE65) is unknown color: approx Medium Sea Green. HEX triplet: 2C, BE and 65. RGB value is (44,190,101). Sum of RGB (Red+Green+Blue) = 44+190+101=335 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.13% from 335); Green value is 190 (74.61% from 255 or 56.72% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 190 - color contains mainly: green. Hex color #2CBE65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBE65 is #D3419A. Grayscale: #888888. Windows color (decimal): -13844891 or 6667820. OLE color: 6667820.

HSL color Cylindrical-coordinate representation of color #2CBE65: hue angle of 143.42º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBE65 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB44190101-
CMYK0.7700.470.25
HSL143.42º62.39%45.88%-
HSV(B)143.42º76.84%74.51%-
XYZ21.838.318.56-
YUV136.2108.1362.24-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.13%
GREEN value IS 190 (74.61% from 255) = 56.72%
BLUE value IS 101 (39.84% from 255) = 30.15%
R=13.13%
G=56.72%
B=30.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal441901010.7700.470.25143.4262.3945.88
Hex2CBE654D02F198f3e2e
Octal54276145115057312177656
Binary101100101111101100101100110101011111100110001111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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