#2E4F43

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

Shades of Te Papa Green #2E4F43

Tints of Te Papa Green #2E4F43

Color information

#2E4F43 (or 0x2E4F43) is unknown color: approx Te Papa Green. HEX triplet: 2E, 4F and 43. RGB value is (46,79,67). Sum of RGB (Red+Green+Blue) = 46+79+67=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 79 (31.25% from 255 or 41.15% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 79 - color contains mainly: green. Hex color #2E4F43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E4F43 is #D1B0BC. Grayscale: #434343. Windows color (decimal): -13742269 or 4411182. OLE color: 4411182.

HSL color Cylindrical-coordinate representation of color #2E4F43: hue angle of 158.18º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2E4F43 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB467967-
CMYK0.4200.150.69
HSL158.18º26.4%24.51%-
HSV(B)158.18º41.77%30.98%-
XYZ4.946.586.32-
YUV67.76127.57112.48-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.96%
GREEN value IS 79 (31.25% from 255) = 41.15%
BLUE value IS 67 (26.56% from 255) = 34.90%
R=23.96%
G=41.15%
B=34.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4679670.4200.150.69158.1826.424.51
Hex2E4F432A0F459e1a19
Octal56117103520171052363231
Binary10111010011111000011101010011111000101100111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,79,67); }

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

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

 a { background-color: rgb(46,79,67); }

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

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

 span { border-color: rgb(46,79,67); }

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