#2E4740

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

Shades of Te Papa Green #2E4740

Tints of Te Papa Green #2E4740

Color information

#2E4740 (or 0x2E4740) is unknown color: approx Te Papa Green. HEX triplet: 2E, 47 and 40. RGB value is (46,71,64). Sum of RGB (Red+Green+Blue) = 46+71+64=181 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.41% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 71 - color contains mainly: green. Hex color #2E4740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4740 is #D1B8BF. Grayscale: #3E3E3E. Windows color (decimal): -13744320 or 4212526. OLE color: 4212526.

HSL color Cylindrical-coordinate representation of color #2E4740: hue angle of 163.2º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2E4740 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB467164-
CMYK0.3500.100.72
HSL163.2º21.37%22.94%-
HSV(B)163.2º35.21%27.84%-
XYZ4.315.465.68-
YUV62.73128.72116.07-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.41%
GREEN value IS 71 (28.12% from 255) = 39.23%
BLUE value IS 64 (25.39% from 255) = 35.36%
R=25.41%
G=39.23%
B=35.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4671640.3500.100.72163.221.3722.94
Hex2E4740230A48a31517
Octal56107100430121102432527
Binary10111010001111000000100011010101001000101000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,71,64); }

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

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

 a { background-color: rgb(46,71,64); }

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

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

 span { border-color: rgb(46,71,64); }

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