Html Css Color HEX #2E4940 Te Papa Green

📋 copy color: '#2E4940'

red 46 ◦ green 73 ◦ blue 64

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

Shades of Te Papa Green #2E4940

Tints of Te Papa Green #2E4940

RGB

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

 GREEN value IS 73 (28.91% from 255) = 39.89%

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

R = 25.14%
G = 39.89%
B = 34.97%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#2E4940 (or 0x2E4940) is known color: Te Papa Green. HEX triplet: 2E, 49 and 40. RGB value is (46,73,64). Sum of RGB (Red+Green+Blue) = 46+73+64=183 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.14% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 73 - color contains mainly: green. Hex color #2E4940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4940 is #D1B6BF. Grayscale: #3F3F3F. Windows color (decimal): -13743808 or 4213038. OLE color: 4213038.

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

Color convert

RGB 46 73 64 -
CMYK 0.37 0 0.12 0.71
HSL 160º 0.23% 0.23% -
HSV(B) 160º 0.37% 0.29% -
XYZ 4.43 5.72 5.72 -
YUV 63.9 128.05 115.23 -
System Red Green Blue C M Y K H S L
Decimal 46 73 64 0.37 0 0.12 0.71 160 0.23 0.23
Hex 2E 49 40 25 0 C 47 A0 17 17
Octal 56 111 100 45 0 14 107 240 27 27
Binary 101110 1001001 1000000 100101 0 1100 1000111 10100000 10111 10111

Color Harmonies of #2E4940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4940

Black with #2E4940

Text Example


Text Example

White with #2E4940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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