#2C5946

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

Shades of Green Pea #2C5946

Tints of Green Pea #2C5946

Color information

#2C5946 (or 0x2C5946) is unknown color: approx Green Pea. HEX triplet: 2C, 59 and 46. RGB value is (44,89,70). Sum of RGB (Red+Green+Blue) = 44+89+70=203 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.67% from 203); Green value is 89 (35.16% from 255 or 43.84% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 89 - color contains mainly: green. Hex color #2C5946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5946 is #D3A6B9. Grayscale: #494949. Windows color (decimal): -13870778 or 4610348. OLE color: 4610348.

HSL color Cylindrical-coordinate representation of color #2C5946: hue angle of 154.67º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2C5946 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB448970-
CMYK0.5100.210.65
HSL154.67º33.83%26.08%-
HSV(B)154.67º50.56%34.9%-
XYZ5.728.127.06-
YUV73.38126.09107.04-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.67%
GREEN value IS 89 (35.16% from 255) = 43.84%
BLUE value IS 70 (27.73% from 255) = 34.48%
R=21.67%
G=43.84%
B=34.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4489700.5100.210.65154.6733.8326.08
Hex2C594633015419b221a
Octal54131106630251012334232
Binary1011001011001100011011001101010110000011001101110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,89,70); }

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

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

 a { background-color: rgb(44,89,70); }

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

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

 span { border-color: rgb(44,89,70); }

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