#2C5D46

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

Shades of Green Pea #2C5D46

Tints of Green Pea #2C5D46

Color information

#2C5D46 (or 0x2C5D46) is unknown color: approx Green Pea. HEX triplet: 2C, 5D and 46. RGB value is (44,93,70). Sum of RGB (Red+Green+Blue) = 44+93+70=207 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.26% from 207); Green value is 93 (36.72% from 255 or 44.93% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 93 - color contains mainly: green. Hex color #2C5D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5D46 is #D3A2B9. Grayscale: #4B4B4B. Windows color (decimal): -13869754 or 4611372. OLE color: 4611372.

HSL color Cylindrical-coordinate representation of color #2C5D46: hue angle of 151.84º 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 #2C5D46 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.

Color convert

RGB449370-
CMYK0.5300.250.64
HSL151.84º35.77%26.86%-
HSV(B)151.84º52.69%36.47%-
XYZ6.068.817.17-
YUV75.73124.77105.37-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.26%
GREEN value IS 93 (36.72% from 255) = 44.93%
BLUE value IS 70 (27.73% from 255) = 33.82%
R=21.26%
G=44.93%
B=33.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4493700.5300.250.64151.8435.7726.86
Hex2C5D46350194098241b
Octal54135106650311002304433
Binary1011001011101100011011010101100110000001001100010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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