#2E4C41

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

Shades of Te Papa Green #2E4C41

Tints of Te Papa Green #2E4C41

Color information

#2E4C41 (or 0x2E4C41) is unknown color: approx Te Papa Green. HEX triplet: 2E, 4C and 41. RGB value is (46,76,65). Sum of RGB (Red+Green+Blue) = 46+76+65=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 76 - color contains mainly: green. Hex color #2E4C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4C41 is #D1B3BE. Grayscale: #414141. Windows color (decimal): -13743039 or 4279342. OLE color: 4279342.

HSL color Cylindrical-coordinate representation of color #2E4C41: hue angle of 158º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2E4C41 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB467665-
CMYK0.3900.140.70
HSL158º24.59%23.92%-
HSV(B)158º39.47%29.8%-
XYZ4.676.135.94-
YUV65.78127.56113.89-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.60%
GREEN value IS 76 (30.08% from 255) = 40.64%
BLUE value IS 65 (25.78% from 255) = 34.76%
R=24.60%
G=40.64%
B=34.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4676650.3900.140.7015824.5923.92
Hex2E4C41270E469e1918
Octal56114101470161062363130
Binary10111010011001000001100111011101000110100111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,76,65); }

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

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

 a { background-color: rgb(46,76,65); }

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

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

 span { border-color: rgb(46,76,65); }

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