#2E5544

Color #2E5544 Te Papa Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Te Papa Green #2E5544

Tints of Te Papa Green #2E5544

Color information

#2E5544 (or 0x2E5544) is unknown color: approx Te Papa Green. HEX triplet: 2E, 55 and 44. RGB value is (46,85,68). Sum of RGB (Red+Green+Blue) = 46+85+68=199 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.12% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 85 - color contains mainly: green. Hex color #2E5544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5544 is #D1AABB. Grayscale: #474747. Windows color (decimal): -13740732 or 4478254. OLE color: 4478254.

HSL color Cylindrical-coordinate representation of color #2E5544: hue angle of 153.85º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2E5544 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB468568-
CMYK0.4600.200.67
HSL153.85º29.77%25.69%-
HSV(B)153.85º45.88%33.33%-
XYZ5.427.56.63-
YUV71.4126.08109.88-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.12%
GREEN value IS 85 (33.59% from 255) = 42.71%
BLUE value IS 68 (26.95% from 255) = 34.17%
R=23.12%
G=42.71%
B=34.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4685680.4600.200.67153.8529.7725.69
Hex2E55442E014439a1e1a
Octal56125104560241032323632
Binary101110101010110001001011100101001000011100110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,85,68); }

 H1.HeaderClassName
 {
   color: #2E5544;
 }
 .AnyTagClassName
 {
   color: #2E5544;
 }
</style>
background-color css

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

 a { background-color: rgb(46,85,68); }

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

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

 span { border-color: rgb(46,85,68); }

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