#2E4B41

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

Shades of Te Papa Green #2E4B41

Tints of Te Papa Green #2E4B41

Color information

#2E4B41 (or 0x2E4B41) is unknown color: approx Te Papa Green. HEX triplet: 2E, 4B and 41. RGB value is (46,75,65). Sum of RGB (Red+Green+Blue) = 46+75+65=186 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.73% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 75 - color contains mainly: green. Hex color #2E4B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4B41 is #D1B4BE. Grayscale: #414141. Windows color (decimal): -13743295 or 4279086. OLE color: 4279086.

HSL color Cylindrical-coordinate representation of color #2E4B41: hue angle of 159.31º 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 #2E4B41 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.71.

Color convert

RGB467565-
CMYK0.3900.130.71
HSL159.31º23.97%23.73%-
HSV(B)159.31º38.67%29.41%-
XYZ4.65.995.92-
YUV65.19127.89114.31-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.73%
GREEN value IS 75 (29.69% from 255) = 40.32%
BLUE value IS 65 (25.78% from 255) = 34.95%
R=24.73%
G=40.32%
B=34.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4675650.3900.130.71159.3123.9723.73
Hex2E4B41270D479f1818
Octal56113101470151072373030
Binary10111010010111000001100111011011000111100111111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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