#2C5546

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

Shades of Te Papa Green #2C5546

Tints of Te Papa Green #2C5546

Color information

#2C5546 (or 0x2C5546) is unknown color: approx Te Papa Green. HEX triplet: 2C, 55 and 46. RGB value is (44,85,70). Sum of RGB (Red+Green+Blue) = 44+85+70=199 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.11% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 85 - color contains mainly: green. Hex color #2C5546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5546 is #D3AAB9. Grayscale: #474747. Windows color (decimal): -13871802 or 4609324. OLE color: 4609324.

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

Color convert

RGB448570-
CMYK0.4800.180.67
HSL158.05º31.78%25.29%-
HSV(B)158.05º48.24%33.33%-
XYZ5.397.476.95-
YUV71.03127.42108.72-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.11%
GREEN value IS 85 (33.59% from 255) = 42.71%
BLUE value IS 70 (27.73% from 255) = 35.18%
R=22.11%
G=42.71%
B=35.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4485700.4800.180.67158.0531.7825.29
Hex2C554630012439e2019
Octal54125106600221032364031
Binary1011001010101100011011000001001010000111001111010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,85,70); }

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

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

 a { background-color: rgb(44,85,70); }

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

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

 span { border-color: rgb(44,85,70); }

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