Html Css Color HEX #2E5448 Te Papa Green

📋 copy color: '#2E5448'

red 46 ◦ green 84 ◦ blue 72

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

Shades of Te Papa Green #2E5448

Tints of Te Papa Green #2E5448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.58%

 BLUE value IS 72 (28.52% from 255) = 35.64%

R = 22.77%
G = 41.58%
B = 35.64%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#2E5448 (or 0x2E5448) is known color: Te Papa Green. HEX triplet: 2E, 54 and 48. RGB value is (46,84,72). Sum of RGB (Red+Green+Blue) = 46+84+72=202 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.77% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 84 - color contains mainly: green. Hex color #2E5448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5448 is #D1ABB7. Grayscale: #474747. Windows color (decimal): -13740984 or 4740142. OLE color: 4740142.

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

Color convert

RGB 46 84 72 -
CMYK 0.45 0 0.14 0.67
HSL 161.05º 0.29% 0.25% -
HSV(B) 161.05º 0.45% 0.33% -
XYZ 5.47 7.39 7.27 -
YUV 71.27 128.41 109.98 -
System Red Green Blue C M Y K H S L
Decimal 46 84 72 0.45 0 0.14 0.67 161.05 0.29 0.25
Hex 2E 54 48 2D 0 E 43 A1 1D 19
Octal 56 124 110 55 0 16 103 241 35 31
Binary 101110 1010100 1001000 101101 0 1110 1000011 10100001 11101 11001

Color Harmonies of #2E5448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5448

Black with #2E5448

Text Example


Text Example

White with #2E5448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,84,72); }

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

background-color css

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

 a { background-color: rgb(46,84,72); }

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

border-color css

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

 span { border-color: rgb(46,84,72); }

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