#2CBB60

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

Shades of Medium Sea Green #2CBB60

Tints of Medium Sea Green #2CBB60

Color information

#2CBB60 (or 0x2CBB60) is unknown color: approx Medium Sea Green. HEX triplet: 2C, BB and 60. RGB value is (44,187,96). Sum of RGB (Red+Green+Blue) = 44+187+96=327 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.46% from 327); Green value is 187 (73.44% from 255 or 57.19% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 187 - color contains mainly: green. Hex color #2CBB60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBB60 is #D3449F. Grayscale: #868686. Windows color (decimal): -13845664 or 6339372. OLE color: 6339372.

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

Color convert

RGB4418796-
CMYK0.7600.490.27
HSL141.82º61.9%45.29%-
HSV(B)141.82º76.47%73.33%-
XYZ20.9236.9217.09-
YUV133.87106.6263.9-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.46%
GREEN value IS 187 (73.44% from 255) = 57.19%
BLUE value IS 96 (37.89% from 255) = 29.36%
R=13.46%
G=57.19%
B=29.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal44187960.7600.490.27141.8261.945.29
Hex2CBB604C0311B8e3e2d
Octal54273140114061332167655
Binary101100101110111100000100110001100011101110001110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,187,96); }

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

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

 a { background-color: rgb(44,187,96); }

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

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

 span { border-color: rgb(44,187,96); }

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