#2E493F

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

Shades of Te Papa Green #2E493F

Tints of Te Papa Green #2E493F

Color information

#2E493F (or 0x2E493F) is unknown color: approx Te Papa Green. HEX triplet: 2E, 49 and 3F. RGB value is (46,73,63). Sum of RGB (Red+Green+Blue) = 46+73+63=182 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.27% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 73 - color contains mainly: green. Hex color #2E493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E493F is #D1B6C0. Grayscale: #3F3F3F. Windows color (decimal): -13743809 or 4147502. OLE color: 4147502.

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

Color convert

RGB467363-
CMYK0.3700.140.71
HSL157.78º22.69%23.33%-
HSV(B)157.78º36.99%28.63%-
XYZ4.415.75.57-
YUV63.79127.55115.31-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.27%
GREEN value IS 73 (28.91% from 255) = 40.11%
BLUE value IS 63 (25% from 255) = 34.62%
R=25.27%
G=40.11%
B=34.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4673630.3700.140.71157.7822.6923.33
Hex2E493F250E479e1717
Octal5611177450161072362727
Binary1011101001001111111100101011101000111100111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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