Html Css Color HEX #2E4A42 Te Papa Green

📋 copy color: '#2E4A42'

red 46 ◦ green 74 ◦ blue 66

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

Shades of Te Papa Green #2E4A42

Tints of Te Papa Green #2E4A42

RGB

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

 GREEN value IS 74 (29.3% from 255) = 39.78%

 BLUE value IS 66 (26.17% from 255) = 35.48%

R = 24.73%
G = 39.78%
B = 35.48%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#2E4A42 (or 0x2E4A42) is known color: Te Papa Green. HEX triplet: 2E, 4A and 42. RGB value is (46,74,66). Sum of RGB (Red+Green+Blue) = 46+74+66=186 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.73% from 186); Green value is 74 (29.30% from 255 or 39.78% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 74 - color contains mainly: green. Hex color #2E4A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4A42 is #D1B5BD. Grayscale: #404040. Windows color (decimal): -13743550 or 4344366. OLE color: 4344366.

HSL color Cylindrical-coordinate representation of color #2E4A42: hue angle of 162.86º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2E4A42 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 46 74 66 -
CMYK 0.38 0 0.11 0.71
HSL 162.86º 0.23% 0.24% -
HSV(B) 162.86º 0.38% 0.29% -
XYZ 4.56 5.87 6.05 -
YUV 64.72 128.72 114.65 -
System Red Green Blue C M Y K H S L
Decimal 46 74 66 0.38 0 0.11 0.71 162.86 0.23 0.24
Hex 2E 4A 42 26 0 B 47 A3 17 18
Octal 56 112 102 46 0 13 107 243 27 30
Binary 101110 1001010 1000010 100110 0 1011 1000111 10100011 10111 11000

Color Harmonies of #2E4A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4A42

Black with #2E4A42

Text Example


Text Example

White with #2E4A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,74,66); }

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

background-color css

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

 a { background-color: rgb(46,74,66); }

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

border-color css

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

 span { border-color: rgb(46,74,66); }

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