#2C6049

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

Shades of Green Pea #2C6049

Tints of Green Pea #2C6049

Color information

#2C6049 (or 0x2C6049) is unknown color: approx Green Pea. HEX triplet: 2C, 60 and 49. RGB value is (44,96,73). Sum of RGB (Red+Green+Blue) = 44+96+73=213 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.66% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 96 - color contains mainly: green. Hex color #2C6049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6049 is #D39FB6. Grayscale: #4D4D4D. Windows color (decimal): -13868983 or 4808748. OLE color: 4808748.

HSL color Cylindrical-coordinate representation of color #2C6049: hue angle of 153.46º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2C6049 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB449673-
CMYK0.5400.240.62
HSL153.46º37.14%27.45%-
HSV(B)153.46º54.17%37.65%-
XYZ6.429.387.78-
YUV77.83125.27103.87-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.66%
GREEN value IS 96 (37.89% from 255) = 45.07%
BLUE value IS 73 (28.91% from 255) = 34.27%
R=20.66%
G=45.07%
B=34.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4496730.5400.240.62153.4637.1427.45
Hex2C6049360183E99251b
Octal5414011166030762314533
Binary101100110000010010011101100110001111101001100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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