#2E4B3F

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

Shades of Te Papa Green #2E4B3F

Tints of Te Papa Green #2E4B3F

Color information

#2E4B3F (or 0x2E4B3F) is unknown color: approx Te Papa Green. HEX triplet: 2E, 4B and 3F. RGB value is (46,75,63). Sum of RGB (Red+Green+Blue) = 46+75+63=184 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 75 - color contains mainly: green. Hex color #2E4B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4B3F is #D1B4C0. Grayscale: #404040. Windows color (decimal): -13743297 or 4148014. OLE color: 4148014.

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

Color convert

RGB467563-
CMYK0.3900.160.71
HSL155.17º23.97%23.73%-
HSV(B)155.17º38.67%29.41%-
XYZ4.545.975.62-
YUV64.96126.89114.48-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25%
GREEN value IS 75 (29.69% from 255) = 40.76%
BLUE value IS 63 (25% from 255) = 34.24%
R=25%
G=40.76%
B=34.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4675630.3900.160.71155.1723.9723.73
Hex2E4B3F27010479b1818
Octal5611377470201072333030
Binary10111010010111111111001110100001000111100110111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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