#2C593E

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

Shades of Green Pea #2C593E

Tints of Green Pea #2C593E

Color information

#2C593E (or 0x2C593E) is unknown color: approx Green Pea. HEX triplet: 2C, 59 and 3E. RGB value is (44,89,62). Sum of RGB (Red+Green+Blue) = 44+89+62=195 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.56% from 195); Green value is 89 (35.16% from 255 or 45.64% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 89 - color contains mainly: green. Hex color #2C593E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C593E is #D3A6C1. Grayscale: #484848. Windows color (decimal): -13870786 or 4086060. OLE color: 4086060.

HSL color Cylindrical-coordinate representation of color #2C593E: hue angle of 144º 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 #2C593E is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB448962-
CMYK0.5100.300.65
HSL144º33.83%26.08%-
HSV(B)144º50.56%34.9%-
XYZ5.488.035.82-
YUV72.47122.09107.7-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.56%
GREEN value IS 89 (35.16% from 255) = 45.64%
BLUE value IS 62 (24.61% from 255) = 31.79%
R=22.56%
G=45.64%
B=31.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4489620.5100.300.6514433.8326.08
Hex2C593E3301E4190221a
Octal5413176630361012204232
Binary101100101100111111011001101111010000011001000010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C593E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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