#2C6145

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

Shades of Green Pea #2C6145

Tints of Green Pea #2C6145

Color information

#2C6145 (or 0x2C6145) is unknown color: approx Green Pea. HEX triplet: 2C, 61 and 45. RGB value is (44,97,69). Sum of RGB (Red+Green+Blue) = 44+97+69=210 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.95% from 210); Green value is 97 (38.28% from 255 or 46.19% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 97 - color contains mainly: green. Hex color #2C6145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6145 is #D39EBA. Grayscale: #4E4E4E. Windows color (decimal): -13868731 or 4546860. OLE color: 4546860.

HSL color Cylindrical-coordinate representation of color #2C6145: hue angle of 148.3º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2C6145 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB449769-
CMYK0.5500.290.62
HSL148.3º37.59%27.65%-
HSV(B)148.3º54.64%38.04%-
XYZ6.399.517.13-
YUV77.96122.94103.78-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.95%
GREEN value IS 97 (38.28% from 255) = 46.19%
BLUE value IS 69 (27.34% from 255) = 32.86%
R=20.95%
G=46.19%
B=32.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4497690.5500.290.62148.337.5927.65
Hex2C61453701D3E94261c
Octal5414110567035762244634
Binary101100110000110001011101110111011111101001010010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,97,69); }

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

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

 a { background-color: rgb(44,97,69); }

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

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

 span { border-color: rgb(44,97,69); }

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