#2E513F

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

Shades of Te Papa Green #2E513F

Tints of Te Papa Green #2E513F

Color information

#2E513F (or 0x2E513F) is unknown color: approx Te Papa Green. HEX triplet: 2E, 51 and 3F. RGB value is (46,81,63). Sum of RGB (Red+Green+Blue) = 46+81+63=190 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.21% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 81 - color contains mainly: green. Hex color #2E513F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E513F is #D1AEC0. Grayscale: #444444. Windows color (decimal): -13741761 or 4149550. OLE color: 4149550.

HSL color Cylindrical-coordinate representation of color #2E513F: hue angle of 149.14º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E513F is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB468163-
CMYK0.4300.220.68
HSL149.14º27.56%24.9%-
HSV(B)149.14º43.21%31.76%-
XYZ4.976.825.76-
YUV68.48124.9111.96-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.21%
GREEN value IS 81 (32.03% from 255) = 42.63%
BLUE value IS 63 (25% from 255) = 33.16%
R=24.21%
G=42.63%
B=33.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4681630.4300.220.68149.1427.5624.9
Hex2E513F2B01644951c19
Octal5612177530261042253431
Binary10111010100011111111010110101101000100100101011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E513F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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