Html Css Color HEX #2E4C41 Te Papa Green

📋 copy color: '#2E4C41'

red 46 ◦ green 76 ◦ blue 65

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

Shades of Te Papa Green #2E4C41

Tints of Te Papa Green #2E4C41

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40.64%

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

R = 24.6%
G = 40.64%
B = 34.76%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

#2E4C41 (or 0x2E4C41) is known color: Te Papa Green. HEX triplet: 2E, 4C and 41. RGB value is (46,76,65). Sum of RGB (Red+Green+Blue) = 46+76+65=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 76 - color contains mainly: green. Hex color #2E4C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4C41 is #D1B3BE. Grayscale: #414141. Windows color (decimal): -13743039 or 4279342. OLE color: 4279342.

HSL color Cylindrical-coordinate representation of color #2E4C41: hue angle of 158º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2E4C41 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB 46 76 65 -
CMYK 0.39 0 0.14 0.70
HSL 158º 0.25% 0.24% -
HSV(B) 158º 0.39% 0.3% -
XYZ 4.67 6.13 5.94 -
YUV 65.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 46 76 65 0.39 0 0.14 0.70 158 0.25 0.24
Hex 2E 4C 41 27 0 E 46 9E 19 18
Octal 56 114 101 47 0 16 106 236 31 30
Binary 101110 1001100 1000001 100111 0 1110 1000110 10011110 11001 11000

Color Harmonies of #2E4C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4C41

Black with #2E4C41

Text Example


Text Example

White with #2E4C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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