Html Css Color HEX #2E493D Te Papa Green

📋 copy color: '#2E493D'

red 46 ◦ green 73 ◦ blue 61

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

Shades of Te Papa Green #2E493D

Tints of Te Papa Green #2E493D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 33.89%

R = 25.56%
G = 40.56%
B = 33.89%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#2E493D (or 0x2E493D) is known color: Te Papa Green. HEX triplet: 2E, 49 and 3D. RGB value is (46,73,61). Sum of RGB (Red+Green+Blue) = 46+73+61=180 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.56% from 180); Green value is 73 (28.91% from 255 or 40.56% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 73 - color contains mainly: green. Hex color #2E493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E493D is #D1B6C2. Grayscale: #3F3F3F. Windows color (decimal): -13743811 or 4016430. OLE color: 4016430.

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

Color convert

RGB 46 73 61 -
CMYK 0.37 0 0.16 0.71
HSL 153.33º 0.23% 0.23% -
HSV(B) 153.33º 0.37% 0.29% -
XYZ 4.35 5.68 5.28 -
YUV 63.56 126.55 115.48 -
System Red Green Blue C M Y K H S L
Decimal 46 73 61 0.37 0 0.16 0.71 153.33 0.23 0.23
Hex 2E 49 3D 25 0 10 47 99 17 17
Octal 56 111 75 45 0 20 107 231 27 27
Binary 101110 1001001 111101 100101 0 10000 1000111 10011001 10111 10111

Color Harmonies of #2E493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E493D

Black with #2E493D

Text Example


Text Example

White with #2E493D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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