#2C5841

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

Shades of Green Pea #2C5841

Tints of Green Pea #2C5841

Color information

#2C5841 (or 0x2C5841) is unknown color: approx Green Pea. HEX triplet: 2C, 58 and 41. RGB value is (44,88,65). Sum of RGB (Red+Green+Blue) = 44+88+65=197 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.34% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 88 - color contains mainly: green. Hex color #2C5841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5841 is #D3A7BE. Grayscale: #484848. Windows color (decimal): -13871039 or 4282412. OLE color: 4282412.

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

Color convert

RGB448865-
CMYK0.500.260.65
HSL148.64º33.33%25.88%-
HSV(B)148.64º50%34.51%-
XYZ5.487.96.24-
YUV72.22123.92107.87-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.34%
GREEN value IS 88 (34.77% from 255) = 44.67%
BLUE value IS 65 (25.78% from 255) = 32.99%
R=22.34%
G=44.67%
B=32.99%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4488650.500.260.65148.6433.3325.88
Hex2C58413201A4195211a
Octal54130101620321012254132
Binary1011001011000100000111001001101010000011001010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,88,65); }

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

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

 a { background-color: rgb(44,88,65); }

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

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

 span { border-color: rgb(44,88,65); }

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