Html Css Color HEX #2E4B42 Te Papa Green

📋 copy color: '#2E4B42'

red 46 ◦ green 75 ◦ blue 66

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

Shades of Te Papa Green #2E4B42

Tints of Te Papa Green #2E4B42

RGB

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

 GREEN value IS 75 (29.69% from 255) = 40.11%

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

R = 24.6%
G = 40.11%
B = 35.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#2E4B42 (or 0x2E4B42) is known color: Te Papa Green. HEX triplet: 2E, 4B and 42. RGB value is (46,75,66). Sum of RGB (Red+Green+Blue) = 46+75+66=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 75 - color contains mainly: green. Hex color #2E4B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4B42 is #D1B4BD. Grayscale: #414141. Windows color (decimal): -13743294 or 4344622. OLE color: 4344622.

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

Color convert

RGB 46 75 66 -
CMYK 0.39 0 0.12 0.71
HSL 161.38º 0.24% 0.24% -
HSV(B) 161.38º 0.39% 0.29% -
XYZ 4.63 6.01 6.07 -
YUV 65.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 46 75 66 0.39 0 0.12 0.71 161.38 0.24 0.24
Hex 2E 4B 42 27 0 C 47 A1 18 18
Octal 56 113 102 47 0 14 107 241 30 30
Binary 101110 1001011 1000010 100111 0 1100 1000111 10100001 11000 11000

Color Harmonies of #2E4B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4B42

Black with #2E4B42

Text Example


Text Example

White with #2E4B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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