#2C684A

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

Shades of Green Pea #2C684A

Tints of Green Pea #2C684A

Color information

#2C684A (or 0x2C684A) is unknown color: approx Green Pea. HEX triplet: 2C, 68 and 4A. RGB value is (44,104,74). Sum of RGB (Red+Green+Blue) = 44+104+74=222 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.82% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 104 - color contains mainly: green. Hex color #2C684A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C684A is #D397B5. Grayscale: #525252. Windows color (decimal): -13866934 or 4876332. OLE color: 4876332.

HSL color Cylindrical-coordinate representation of color #2C684A: hue angle of 150º 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 #2C684A is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB4410474-
CMYK0.5800.290.59
HSL150º40.54%29.02%-
HSV(B)150º57.69%40.78%-
XYZ7.2310.938.21-
YUV82.64123.12100.44-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.82%
GREEN value IS 104 (41.02% from 255) = 46.85%
BLUE value IS 74 (29.30% from 255) = 33.33%
R=19.82%
G=46.85%
B=33.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal44104740.5800.290.5915040.5429.02
Hex2C684A3A01D3B96291d
Octal5415011272035732265135
Binary101100110100010010101110100111011110111001011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C684A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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