#2C4941

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

Shades of Te Papa Green #2C4941

Tints of Te Papa Green #2C4941

Color information

#2C4941 (or 0x2C4941) is unknown color: approx Te Papa Green. HEX triplet: 2C, 49 and 41. RGB value is (44,73,65). Sum of RGB (Red+Green+Blue) = 44+73+65=182 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.18% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 73 - color contains mainly: green. Hex color #2C4941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4941 is #D3B6BE. Grayscale: #3F3F3F. Windows color (decimal): -13874879 or 4278572. OLE color: 4278572.

HSL color Cylindrical-coordinate representation of color #2C4941: hue angle of 163.45º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2C4941 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB447365-
CMYK0.4000.110.71
HSL163.45º24.79%22.94%-
HSV(B)163.45º39.73%28.63%-
XYZ4.385.685.87-
YUV63.42128.89114.15-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.18%
GREEN value IS 73 (28.91% from 255) = 40.11%
BLUE value IS 65 (25.78% from 255) = 35.71%
R=24.18%
G=40.11%
B=35.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4473650.4000.110.71163.4524.7922.94
Hex2C4941280B47a31917
Octal54111101500131072433127
Binary10110010010011000001101000010111000111101000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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