#2CB067

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

Shades of Medium Sea Green #2CB067

Tints of Medium Sea Green #2CB067

Color information

#2CB067 (or 0x2CB067) is unknown color: approx Medium Sea Green. HEX triplet: 2C, B0 and 67. RGB value is (44,176,103). Sum of RGB (Red+Green+Blue) = 44+176+103=323 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.62% from 323); Green value is 176 (69.14% from 255 or 54.49% from 323); Blue value is 103 (40.62% from 255 or 31.89% from 323); Max value from RGB is 176 - color contains mainly: green. Hex color #2CB067 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CB067 is #D34F98. Grayscale: #808080. Windows color (decimal): -13848473 or 6795308. OLE color: 6795308.

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

Color convert

RGB44176103-
CMYK0.7500.410.31
HSL146.82º60%43.14%-
HSV(B)146.82º75%69.02%-
XYZ19.0132.5718.12-
YUV128.21113.7767.94-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.62%
GREEN value IS 176 (69.14% from 255) = 54.49%
BLUE value IS 103 (40.62% from 255) = 31.89%
R=13.62%
G=54.49%
B=31.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal441761030.7500.410.31146.826043.14
Hex2CB0674B0291F933c2b
Octal54260147113051372237453
Binary101100101100001100111100101101010011111110010011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,176,103); }

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

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

 a { background-color: rgb(44,176,103); }

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

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

 span { border-color: rgb(44,176,103); }

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