#2C5D42

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

Shades of Green Pea #2C5D42

Tints of Green Pea #2C5D42

Color information

#2C5D42 (or 0x2C5D42) is unknown color: approx Green Pea. HEX triplet: 2C, 5D and 42. RGB value is (44,93,66). Sum of RGB (Red+Green+Blue) = 44+93+66=203 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.67% from 203); Green value is 93 (36.72% from 255 or 45.81% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 93 - color contains mainly: green. Hex color #2C5D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5D42 is #D3A2BD. Grayscale: #4B4B4B. Windows color (decimal): -13869758 or 4349228. OLE color: 4349228.

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

Color convert

RGB449366-
CMYK0.5300.290.64
HSL146.94º35.77%26.86%-
HSV(B)146.94º52.69%36.47%-
XYZ5.948.766.53-
YUV75.27122.77105.7-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.67%
GREEN value IS 93 (36.72% from 255) = 45.81%
BLUE value IS 66 (26.17% from 255) = 32.51%
R=21.67%
G=45.81%
B=32.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4493660.5300.290.64146.9435.7726.86
Hex2C5D423501D4093241b
Octal54135102650351002234433
Binary1011001011101100001011010101110110000001001001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,93,66); }

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

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

 a { background-color: rgb(44,93,66); }

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

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

 span { border-color: rgb(44,93,66); }

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