Html Css Color HEX #2E473C Te Papa Green

📋 copy color: '#2E473C'

red 46 ◦ green 71 ◦ blue 60

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

Shades of Te Papa Green #2E473C

Tints of Te Papa Green #2E473C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.11%

 BLUE value IS 60 (23.83% from 255) = 33.9%

R = 25.99%
G = 40.11%
B = 33.9%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#2E473C (or 0x2E473C) is known color: Te Papa Green. HEX triplet: 2E, 47 and 3C. RGB value is (46,71,60). Sum of RGB (Red+Green+Blue) = 46+71+60=177 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.99% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 71 - color contains mainly: green. Hex color #2E473C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E473C is #D1B8C3. Grayscale: #3E3E3E. Windows color (decimal): -13744324 or 3950382. OLE color: 3950382.

HSL color Cylindrical-coordinate representation of color #2E473C: hue angle of 153.6º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2E473C is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 46 71 60 -
CMYK 0.35 0 0.15 0.72
HSL 153.6º 0.21% 0.23% -
HSV(B) 153.6º 0.35% 0.28% -
XYZ 4.2 5.41 5.1 -
YUV 62.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 46 71 60 0.35 0 0.15 0.72 153.6 0.21 0.23
Hex 2E 47 3C 23 0 F 48 9A 15 17
Octal 56 107 74 43 0 17 110 232 25 27
Binary 101110 1000111 111100 100011 0 1111 1001000 10011010 10101 10111

Color Harmonies of #2E473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E473C

Black with #2E473C

Text Example


Text Example

White with #2E473C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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