Html Css Color HEX #2E5341 Te Papa Green

📋 copy color: '#2E5341'

red 46 ◦ green 83 ◦ blue 65

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

Shades of Te Papa Green #2E5341

Tints of Te Papa Green #2E5341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.78%

 BLUE value IS 65 (25.78% from 255) = 33.51%

R = 23.71%
G = 42.78%
B = 33.51%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#2E5341 (or 0x2E5341) is known color: Te Papa Green. HEX triplet: 2E, 53 and 41. RGB value is (46,83,65). Sum of RGB (Red+Green+Blue) = 46+83+65=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 83 - color contains mainly: green. Hex color #2E5341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5341 is #D1ACBE. Grayscale: #454545. Windows color (decimal): -13741247 or 4281134. OLE color: 4281134.

HSL color Cylindrical-coordinate representation of color #2E5341: hue angle of 150.81º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2E5341 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 46 83 65 -
CMYK 0.45 0 0.22 0.67
HSL 150.81º 0.29% 0.25% -
HSV(B) 150.81º 0.45% 0.33% -
XYZ 5.17 7.15 6.11 -
YUV 69.89 125.24 110.96 -
System Red Green Blue C M Y K H S L
Decimal 46 83 65 0.45 0 0.22 0.67 150.81 0.29 0.25
Hex 2E 53 41 2D 0 16 43 97 1D 19
Octal 56 123 101 55 0 26 103 227 35 31
Binary 101110 1010011 1000001 101101 0 10110 1000011 10010111 11101 11001

Color Harmonies of #2E5341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5341

Black with #2E5341

Text Example


Text Example

White with #2E5341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,83,65); }

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

background-color css

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

 a { background-color: rgb(46,83,65); }

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

border-color css

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

 span { border-color: rgb(46,83,65); }

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