#2C5340

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

Shades of Te Papa Green #2C5340

Tints of Te Papa Green #2C5340

Color information

#2C5340 (or 0x2C5340) is unknown color: approx Te Papa Green. HEX triplet: 2C, 53 and 40. RGB value is (44,83,64). Sum of RGB (Red+Green+Blue) = 44+83+64=191 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.04% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 83 - color contains mainly: green. Hex color #2C5340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5340 is #D3ACBF. Grayscale: #454545. Windows color (decimal): -13872320 or 4215596. OLE color: 4215596.

HSL color Cylindrical-coordinate representation of color #2C5340: hue angle of 150.77º 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 #2C5340 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB448364-
CMYK0.4700.230.67
HSL150.77º30.71%24.9%-
HSV(B)150.77º46.99%32.55%-
XYZ5.067.095.95-
YUV69.17125.08110.04-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.04%
GREEN value IS 83 (32.81% from 255) = 43.46%
BLUE value IS 64 (25.39% from 255) = 33.51%
R=23.04%
G=43.46%
B=33.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4483640.4700.230.67150.7730.7124.9
Hex2C53402F01743971f19
Octal54123100570271032273731
Binary101100101001110000001011110101111000011100101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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