Html Css Color HEX #2E5647 Te Papa Green

📋 copy color: '#2E5647'

red 46 ◦ green 86 ◦ blue 71

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

Shades of Te Papa Green #2E5647

Tints of Te Papa Green #2E5647

RGB

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

 GREEN value IS 86 (33.98% from 255) = 42.36%

 BLUE value IS 71 (28.13% from 255) = 34.98%

R = 22.66%
G = 42.36%
B = 34.98%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#2E5647 (or 0x2E5647) is known color: Te Papa Green. HEX triplet: 2E, 56 and 47. RGB value is (46,86,71). Sum of RGB (Red+Green+Blue) = 46+86+71=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 86 - color contains mainly: green. Hex color #2E5647 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5647 is #D1A9B8. Grayscale: #484848. Windows color (decimal): -13740473 or 4675118. OLE color: 4675118.

HSL color Cylindrical-coordinate representation of color #2E5647: hue angle of 157.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E5647 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB 46 86 71 -
CMYK 0.47 0 0.17 0.66
HSL 157.5º 0.3% 0.26% -
HSV(B) 157.5º 0.47% 0.34% -
XYZ 5.59 7.69 7.15 -
YUV 72.33 127.25 109.22 -
System Red Green Blue C M Y K H S L
Decimal 46 86 71 0.47 0 0.17 0.66 157.5 0.3 0.26
Hex 2E 56 47 2F 0 11 42 9E 1E 1A
Octal 56 126 107 57 0 21 102 236 36 32
Binary 101110 1010110 1000111 101111 0 10001 1000010 10011110 11110 11010

Color Harmonies of #2E5647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5647

Black with #2E5647

Text Example


Text Example

White with #2E5647

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,86,71); }

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

background-color css

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

 a { background-color: rgb(46,86,71); }

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

border-color css

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

 span { border-color: rgb(46,86,71); }

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