Html Css Color HEX #2E4740 Te Papa Green

📋 copy color: '#2E4740'

red 46 ◦ green 71 ◦ blue 64

#2E4740
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Te Papa Green #2E4740

Tints of Te Papa Green #2E4740

RGB

 RED value IS 46 (18.36% from 255) = 25.41%

 GREEN value IS 71 (28.13% from 255) = 39.23%

 BLUE value IS 64 (25.39% from 255) = 35.36%

R = 25.41%
G = 39.23%
B = 35.36%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#2E4740 (or 0x2E4740) is known color: Te Papa Green. HEX triplet: 2E, 47 and 40. RGB value is (46,71,64). Sum of RGB (Red+Green+Blue) = 46+71+64=181 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.41% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 71 - color contains mainly: green. Hex color #2E4740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4740 is #D1B8BF. Grayscale: #3E3E3E. Windows color (decimal): -13744320 or 4212526. OLE color: 4212526.

HSL color Cylindrical-coordinate representation of color #2E4740: hue angle of 163.2º 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 #2E4740 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 46 71 64 -
CMYK 0.35 0 0.10 0.72
HSL 163.2º 0.21% 0.23% -
HSV(B) 163.2º 0.35% 0.28% -
XYZ 4.31 5.46 5.68 -
YUV 62.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 46 71 64 0.35 0 0.10 0.72 163.2 0.21 0.23
Hex 2E 47 40 23 0 A 48 A3 15 17
Octal 56 107 100 43 0 12 110 243 25 27
Binary 101110 1000111 1000000 100011 0 1010 1001000 10100011 10101 10111

Color Harmonies of #2E4740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4740

Black with #2E4740

Text Example


Text Example

White with #2E4740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E4740;
 }
 .AnyTagClassName
 {
   color: #2E4740;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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