#2E4B42

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

Shades of Te Papa Green #2E4B42

Tints of Te Papa Green #2E4B42

Color information

#2E4B42 (or 0x2E4B42) is unknown color: approx Te Papa Green. HEX triplet: 2E, 4B and 42. RGB value is (46,75,66). Sum of RGB (Red+Green+Blue) = 46+75+66=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 75 - color contains mainly: green. Hex color #2E4B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4B42 is #D1B4BD. Grayscale: #414141. Windows color (decimal): -13743294 or 4344622. OLE color: 4344622.

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

Color convert

RGB467566-
CMYK0.3900.120.71
HSL161.38º23.97%23.73%-
HSV(B)161.38º38.67%29.41%-
XYZ4.636.016.07-
YUV65.3128.39114.23-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.60%
GREEN value IS 75 (29.69% from 255) = 40.11%
BLUE value IS 66 (26.17% from 255) = 35.29%
R=24.60%
G=40.11%
B=35.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4675660.3900.120.71161.3823.9723.73
Hex2E4B42270C47a11818
Octal56113102470141072413030
Binary10111010010111000010100111011001000111101000011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,75,66); }

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

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

 a { background-color: rgb(46,75,66); }

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

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

 span { border-color: rgb(46,75,66); }

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