#2C684D

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

Shades of Green Pea #2C684D

Tints of Green Pea #2C684D

Color information

#2C684D (or 0x2C684D) is unknown color: approx Green Pea. HEX triplet: 2C, 68 and 4D. RGB value is (44,104,77). Sum of RGB (Red+Green+Blue) = 44+104+77=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 104 - color contains mainly: green. Hex color #2C684D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C684D is #D397B2. Grayscale: #535353. Windows color (decimal): -13866931 or 5072940. OLE color: 5072940.

HSL color Cylindrical-coordinate representation of color #2C684D: hue angle of 153º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C684D is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB4410477-
CMYK0.5800.260.59
HSL153º40.54%29.02%-
HSV(B)153º57.69%40.78%-
XYZ7.3310.978.75-
YUV82.98124.62100.2-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.56%
GREEN value IS 104 (41.02% from 255) = 46.22%
BLUE value IS 77 (30.47% from 255) = 34.22%
R=19.56%
G=46.22%
B=34.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal44104770.5800.260.5915340.5429.02
Hex2C684D3A01A3B99291d
Octal5415011572032732315135
Binary101100110100010011011110100110101110111001100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C684D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,104,77); }

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

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

 a { background-color: rgb(44,104,77); }

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

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

 span { border-color: rgb(44,104,77); }

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