Html Css Color HEX #2E4840 Te Papa Green

📋 copy color: '#2E4840'

red 46 ◦ green 72 ◦ blue 64

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

Shades of Te Papa Green #2E4840

Tints of Te Papa Green #2E4840

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.56%

 BLUE value IS 64 (25.39% from 255) = 35.16%

R = 25.27%
G = 39.56%
B = 35.16%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#2E4840 (or 0x2E4840) is known color: Te Papa Green. HEX triplet: 2E, 48 and 40. RGB value is (46,72,64). Sum of RGB (Red+Green+Blue) = 46+72+64=182 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.27% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 72 - color contains mainly: green. Hex color #2E4840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4840 is #D1B7BF. Grayscale: #3F3F3F. Windows color (decimal): -13744064 or 4212782. OLE color: 4212782.

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

Color convert

RGB 46 72 64 -
CMYK 0.36 0 0.11 0.72
HSL 161.54º 0.22% 0.23% -
HSV(B) 161.54º 0.36% 0.28% -
XYZ 4.37 5.59 5.7 -
YUV 63.31 128.39 115.65 -
System Red Green Blue C M Y K H S L
Decimal 46 72 64 0.36 0 0.11 0.72 161.54 0.22 0.23
Hex 2E 48 40 24 0 B 48 A2 16 17
Octal 56 110 100 44 0 13 110 242 26 27
Binary 101110 1001000 1000000 100100 0 1011 1001000 10100010 10110 10111

Color Harmonies of #2E4840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4840

Black with #2E4840

Text Example


Text Example

White with #2E4840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,72,64); }

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

background-color css

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

 a { background-color: rgb(46,72,64); }

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

border-color css

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

 span { border-color: rgb(46,72,64); }

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