#2C6349

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

Shades of Green Pea #2C6349

Tints of Green Pea #2C6349

Color information

#2C6349 (or 0x2C6349) is unknown color: approx Green Pea. HEX triplet: 2C, 63 and 49. RGB value is (44,99,73). Sum of RGB (Red+Green+Blue) = 44+99+73=216 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.37% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 99 - color contains mainly: green. Hex color #2C6349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6349 is #D39CB6. Grayscale: #4F4F4F. Windows color (decimal): -13868215 or 4809516. OLE color: 4809516.

HSL color Cylindrical-coordinate representation of color #2C6349: hue angle of 151.64º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C6349 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB449973-
CMYK0.5600.260.61
HSL151.64º38.46%28.04%-
HSV(B)151.64º55.56%38.82%-
XYZ6.79.947.87-
YUV79.59124.28102.61-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.37%
GREEN value IS 99 (39.06% from 255) = 45.83%
BLUE value IS 73 (28.91% from 255) = 33.80%
R=20.37%
G=45.83%
B=33.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4499730.5600.260.61151.6438.4628.04
Hex2C63493801A3D98261c
Octal5414311170032752304634
Binary101100110001110010011110000110101111011001100010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,99,73); }

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

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

 a { background-color: rgb(44,99,73); }

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

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

 span { border-color: rgb(44,99,73); }

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