#2C5542

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

Shades of Te Papa Green #2C5542

Tints of Te Papa Green #2C5542

Color information

#2C5542 (or 0x2C5542) is unknown color: approx Te Papa Green. HEX triplet: 2C, 55 and 42. RGB value is (44,85,66). Sum of RGB (Red+Green+Blue) = 44+85+66=195 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.56% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 85 - color contains mainly: green. Hex color #2C5542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5542 is #D3AABD. Grayscale: #464646. Windows color (decimal): -13871806 or 4347180. OLE color: 4347180.

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

Color convert

RGB448566-
CMYK0.4800.220.67
HSL152.2º31.78%25.29%-
HSV(B)152.2º48.24%33.33%-
XYZ5.277.436.31-
YUV70.57125.42109.04-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.56%
GREEN value IS 85 (33.59% from 255) = 43.59%
BLUE value IS 66 (26.17% from 255) = 33.85%
R=22.56%
G=43.59%
B=33.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4485660.4800.220.67152.231.7825.29
Hex2C55423001643982019
Octal54125102600261032304031
Binary1011001010101100001011000001011010000111001100010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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