#2C5344

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

Shades of Te Papa Green #2C5344

Tints of Te Papa Green #2C5344

Color information

#2C5344 (or 0x2C5344) is unknown color: approx Te Papa Green. HEX triplet: 2C, 53 and 44. RGB value is (44,83,68). Sum of RGB (Red+Green+Blue) = 44+83+68=195 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.56% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 68 (26.95% from 255 or 34.87% from 195); Max value from RGB is 83 - color contains mainly: green. Hex color #2C5344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5344 is #D3ACBB. Grayscale: #454545. Windows color (decimal): -13872316 or 4477740. OLE color: 4477740.

HSL color Cylindrical-coordinate representation of color #2C5344: hue angle of 156.92º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2C5344 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB448368-
CMYK0.4700.180.67
HSL156.92º30.71%24.9%-
HSV(B)156.92º46.99%32.55%-
XYZ5.187.146.57-
YUV69.63127.08109.72-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.56%
GREEN value IS 83 (32.81% from 255) = 42.56%
BLUE value IS 68 (26.95% from 255) = 34.87%
R=22.56%
G=42.56%
B=34.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4483680.4700.180.67156.9230.7124.9
Hex2C53442F012439d1f19
Octal54123104570221032353731
Binary101100101001110001001011110100101000011100111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,83,68); }

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

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

 a { background-color: rgb(44,83,68); }

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

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

 span { border-color: rgb(44,83,68); }

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