Html Css Color HEX #2E493E Te Papa Green

📋 copy color: '#2E493E'

red 46 ◦ green 73 ◦ blue 62

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

Shades of Te Papa Green #2E493E

Tints of Te Papa Green #2E493E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 34.25%

R = 25.41%
G = 40.33%
B = 34.25%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#2E493E (or 0x2E493E) is known color: Te Papa Green. HEX triplet: 2E, 49 and 3E. RGB value is (46,73,62). Sum of RGB (Red+Green+Blue) = 46+73+62=181 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.41% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 73 - color contains mainly: green. Hex color #2E493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E493E is #D1B6C1. Grayscale: #3F3F3F. Windows color (decimal): -13743810 or 4081966. OLE color: 4081966.

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

Color convert

RGB 46 73 62 -
CMYK 0.37 0 0.15 0.71
HSL 155.56º 0.23% 0.23% -
HSV(B) 155.56º 0.37% 0.29% -
XYZ 4.38 5.69 5.43 -
YUV 63.67 127.05 115.39 -
System Red Green Blue C M Y K H S L
Decimal 46 73 62 0.37 0 0.15 0.71 155.56 0.23 0.23
Hex 2E 49 3E 25 0 F 47 9C 17 17
Octal 56 111 76 45 0 17 107 234 27 27
Binary 101110 1001001 111110 100101 0 1111 1000111 10011100 10111 10111

Color Harmonies of #2E493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E493E

Black with #2E493E

Text Example


Text Example

White with #2E493E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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