#2C5C47

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

Shades of Green Pea #2C5C47

Tints of Green Pea #2C5C47

Color information

#2C5C47 (or 0x2C5C47) is unknown color: approx Green Pea. HEX triplet: 2C, 5C and 47. RGB value is (44,92,71). Sum of RGB (Red+Green+Blue) = 44+92+71=207 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.26% from 207); Green value is 92 (36.33% from 255 or 44.44% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 92 - color contains mainly: green. Hex color #2C5C47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5C47 is #D3A3B8. Grayscale: #4B4B4B. Windows color (decimal): -13870009 or 4676652. OLE color: 4676652.

HSL color Cylindrical-coordinate representation of color #2C5C47: hue angle of 153.75º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2C5C47 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB449271-
CMYK0.5200.230.64
HSL153.75º35.29%26.67%-
HSV(B)153.75º52.17%36.08%-
XYZ68.647.31-
YUV75.25125.6105.71-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.26%
GREEN value IS 92 (36.33% from 255) = 44.44%
BLUE value IS 71 (28.12% from 255) = 34.30%
R=21.26%
G=44.44%
B=34.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4492710.5200.230.64153.7535.2926.67
Hex2C5C4734017409a231b
Octal54134107640271002324333
Binary1011001011100100011111010001011110000001001101010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,92,71); }

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

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

 a { background-color: rgb(44,92,71); }

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

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

 span { border-color: rgb(44,92,71); }

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