#2E4840

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

Shades of Te Papa Green #2E4840

Tints of Te Papa Green #2E4840

Color information

#2E4840 (or 0x2E4840) is unknown color: approx Te Papa Green. HEX triplet: 2E, 48 and 40. RGB value is (46,72,64). Sum of RGB (Red+Green+Blue) = 46+72+64=182 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.27% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 72 - color contains mainly: green. Hex color #2E4840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4840 is #D1B7BF. Grayscale: #3F3F3F. Windows color (decimal): -13744064 or 4212782. OLE color: 4212782.

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

Color convert

RGB467264-
CMYK0.3600.110.72
HSL161.54º22.03%23.14%-
HSV(B)161.54º36.11%28.24%-
XYZ4.375.595.7-
YUV63.31128.39115.65-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.27%
GREEN value IS 72 (28.52% from 255) = 39.56%
BLUE value IS 64 (25.39% from 255) = 35.16%
R=25.27%
G=39.56%
B=35.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4672640.3600.110.72161.5422.0323.14
Hex2E4840240B48a21617
Octal56110100440131102422627
Binary10111010010001000000100100010111001000101000101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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