#2C6840

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

Shades of Green Pea #2C6840

Tints of Green Pea #2C6840

Color information

#2C6840 (or 0x2C6840) is unknown color: approx Green Pea. HEX triplet: 2C, 68 and 40. RGB value is (44,104,64). Sum of RGB (Red+Green+Blue) = 44+104+64=212 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.75% from 212); Green value is 104 (41.02% from 255 or 49.06% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 104 - color contains mainly: green. Hex color #2C6840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6840 is #D397BF. Grayscale: #515151. Windows color (decimal): -13866944 or 4220972. OLE color: 4220972.

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

Color convert

RGB4410464-
CMYK0.5800.380.59
HSL140º40.54%29.02%-
HSV(B)140º57.69%40.78%-
XYZ6.9110.816.57-
YUV81.5118.12101.25-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.75%
GREEN value IS 104 (41.02% from 255) = 49.06%
BLUE value IS 64 (25.39% from 255) = 30.19%
R=20.75%
G=49.06%
B=30.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal44104640.5800.380.5914040.5429.02
Hex2C68403A0263B8c291d
Octal5415010072046732145135
Binary1011001101000100000011101001001101110111000110010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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