#1C5543

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

Shades of Te Papa Green #1C5543

Tints of Te Papa Green #1C5543

Color information

#1C5543 (or 0x1C5543) is unknown color: approx Te Papa Green. HEX triplet: 1C, 55 and 43. RGB value is (28,85,67). Sum of RGB (Red+Green+Blue) = 28+85+67=180 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.56% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 67 (26.56% from 255 or 37.22% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #1C5543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5543 is #E3AABC. Grayscale: #414141. Windows color (decimal): -14920381 or 4412700. OLE color: 4412700.

HSL color Cylindrical-coordinate representation of color #1C5543: hue angle of 161.05º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C5543 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB288567-
CMYK0.6700.210.67
HSL161.05º50.44%22.16%-
HSV(B)161.05º67.06%33.33%-
XYZ4.747.156.44-
YUV65.9128.62100.96-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.56%
GREEN value IS 85 (33.59% from 255) = 47.22%
BLUE value IS 67 (26.56% from 255) = 37.22%
R=15.56%
G=47.22%
B=37.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2885670.6700.210.67161.0550.4422.16
Hex1C55434301543a13216
Octal341251031030251032416226
Binary1110010101011000011100001101010110000111010000111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C5543; }

 p { color: rgb(28,85,67); }

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

<style>
 a { background-color: #1C5543; }

 a { background-color: rgb(28,85,67); }

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

<style>
 span { border-color: #1C5543; }

 span { border-color: rgb(28,85,67); }

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