Html Css Color HEX #2E4F42 Te Papa Green

📋 copy color: '#2E4F42'

red 46 ◦ green 79 ◦ blue 66

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

Shades of Te Papa Green #2E4F42

Tints of Te Papa Green #2E4F42

RGB

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

 GREEN value IS 79 (31.25% from 255) = 41.36%

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

R = 24.08%
G = 41.36%
B = 34.55%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#2E4F42 (or 0x2E4F42) is known color: Te Papa Green. HEX triplet: 2E, 4F and 42. RGB value is (46,79,66). Sum of RGB (Red+Green+Blue) = 46+79+66=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 79 (31.25% from 255 or 41.36% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 79 - color contains mainly: green. Hex color #2E4F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E4F42 is #D1B0BD. Grayscale: #434343. Windows color (decimal): -13742270 or 4345646. OLE color: 4345646.

HSL color Cylindrical-coordinate representation of color #2E4F42: hue angle of 156.36º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2E4F42 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB 46 79 66 -
CMYK 0.42 0 0.16 0.69
HSL 156.36º 0.26% 0.25% -
HSV(B) 156.36º 0.42% 0.31% -
XYZ 4.91 6.57 6.16 -
YUV 67.65 127.07 112.56 -
System Red Green Blue C M Y K H S L
Decimal 46 79 66 0.42 0 0.16 0.69 156.36 0.26 0.25
Hex 2E 4F 42 2A 0 10 45 9C 1A 19
Octal 56 117 102 52 0 20 105 234 32 31
Binary 101110 1001111 1000010 101010 0 10000 1000101 10011100 11010 11001

Color Harmonies of #2E4F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4F42

Black with #2E4F42

Text Example


Text Example

White with #2E4F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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