#2E473E

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

Shades of Te Papa Green #2E473E

Tints of Te Papa Green #2E473E

Color information

#2E473E (or 0x2E473E) is unknown color: approx Te Papa Green. HEX triplet: 2E, 47 and 3E. RGB value is (46,71,62). Sum of RGB (Red+Green+Blue) = 46+71+62=179 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.70% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 62 (24.61% from 255 or 34.64% from 179); Max value from RGB is 71 - color contains mainly: green. Hex color #2E473E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E473E is #D1B8C1. Grayscale: #3E3E3E. Windows color (decimal): -13744322 or 4081454. OLE color: 4081454.

HSL color Cylindrical-coordinate representation of color #2E473E: hue angle of 158.4º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2E473E is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB467162-
CMYK0.3500.130.72
HSL158.4º21.37%22.94%-
HSV(B)158.4º35.21%27.84%-
XYZ4.255.445.38-
YUV62.5127.72116.23-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.70%
GREEN value IS 71 (28.12% from 255) = 39.66%
BLUE value IS 62 (24.61% from 255) = 34.64%
R=25.70%
G=39.66%
B=34.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4671620.3500.130.72158.421.3722.94
Hex2E473E230D489e1517
Octal5610776430151102362527
Binary1011101000111111110100011011011001000100111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,71,62); }

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

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

 a { background-color: rgb(46,71,62); }

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

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

 span { border-color: rgb(46,71,62); }

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