#2C5043

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

Shades of Te Papa Green #2C5043

Tints of Te Papa Green #2C5043

Color information

#2C5043 (or 0x2C5043) is unknown color: approx Te Papa Green. HEX triplet: 2C, 50 and 43. RGB value is (44,80,67). Sum of RGB (Red+Green+Blue) = 44+80+67=191 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.04% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 67 (26.56% from 255 or 35.08% from 191); Max value from RGB is 80 - color contains mainly: green. Hex color #2C5043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5043 is #D3AFBC. Grayscale: #434343. Windows color (decimal): -13873085 or 4411436. OLE color: 4411436.

HSL color Cylindrical-coordinate representation of color #2C5043: hue angle of 158.33º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2C5043 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB448067-
CMYK0.4500.160.69
HSL158.33º29.03%24.31%-
HSV(B)158.33º45%31.37%-
XYZ4.926.686.34-
YUV67.75127.57111.06-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.04%
GREEN value IS 80 (31.64% from 255) = 41.88%
BLUE value IS 67 (26.56% from 255) = 35.08%
R=23.04%
G=41.88%
B=35.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4480670.4500.160.69158.3329.0324.31
Hex2C50432D010459e1d18
Octal54120103550201052363530
Binary101100101000010000111011010100001000101100111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,80,67); }

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

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

 a { background-color: rgb(44,80,67); }

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

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

 span { border-color: rgb(44,80,67); }

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