Html Css Color HEX #2E5343 Te Papa Green

📋 copy color: '#2E5343'

red 46 ◦ green 83 ◦ blue 67

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

Shades of Te Papa Green #2E5343

Tints of Te Papa Green #2E5343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 34.18%

R = 23.47%
G = 42.35%
B = 34.18%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#2E5343 (or 0x2E5343) is known color: Te Papa Green. HEX triplet: 2E, 53 and 43. RGB value is (46,83,67). Sum of RGB (Red+Green+Blue) = 46+83+67=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 67 (26.56% from 255 or 34.18% from 196); Max value from RGB is 83 - color contains mainly: green. Hex color #2E5343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5343 is #D1ACBC. Grayscale: #464646. Windows color (decimal): -13741245 or 4412206. OLE color: 4412206.

HSL color Cylindrical-coordinate representation of color #2E5343: hue angle of 154.05º 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 #2E5343 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 46 83 67 -
CMYK 0.45 0 0.19 0.67
HSL 154.05º 0.29% 0.25% -
HSV(B) 154.05º 0.45% 0.33% -
XYZ 5.23 7.17 6.42 -
YUV 70.11 126.24 110.8 -
System Red Green Blue C M Y K H S L
Decimal 46 83 67 0.45 0 0.19 0.67 154.05 0.29 0.25
Hex 2E 53 43 2D 0 13 43 9A 1D 19
Octal 56 123 103 55 0 23 103 232 35 31
Binary 101110 1010011 1000011 101101 0 10011 1000011 10011010 11101 11001

Color Harmonies of #2E5343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5343

Black with #2E5343

Text Example


Text Example

White with #2E5343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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