#2C4A41

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

Shades of Te Papa Green #2C4A41

Tints of Te Papa Green #2C4A41

Color information

#2C4A41 (or 0x2C4A41) is unknown color: approx Te Papa Green. HEX triplet: 2C, 4A and 41. RGB value is (44,74,65). Sum of RGB (Red+Green+Blue) = 44+74+65=183 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.04% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 74 - color contains mainly: green. Hex color #2C4A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4A41 is #D3B5BE. Grayscale: #404040. Windows color (decimal): -13874623 or 4278828. OLE color: 4278828.

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

Color convert

RGB447465-
CMYK0.4100.120.71
HSL162º25.42%23.14%-
HSV(B)162º40.54%29.02%-
XYZ4.445.815.89-
YUV64128.56113.73-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.04%
GREEN value IS 74 (29.30% from 255) = 40.44%
BLUE value IS 65 (25.78% from 255) = 35.52%
R=24.04%
G=40.44%
B=35.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4474650.4100.120.7116225.4223.14
Hex2C4A41290C47a21917
Octal54112101510141072423127
Binary10110010010101000001101001011001000111101000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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