#1A5543

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

Shades of Te Papa Green #1A5543

Tints of Te Papa Green #1A5543

Color information

#1A5543 (or 0x1A5543) is unknown color: approx Te Papa Green. HEX triplet: 1A, 55 and 43. RGB value is (26,85,67). Sum of RGB (Red+Green+Blue) = 26+85+67=178 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.61% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 67 (26.56% from 255 or 37.64% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #1A5543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5543 is #E5AABC. Grayscale: #414141. Windows color (decimal): -15051453 or 4412698. OLE color: 4412698.

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

Color convert

RGB268567-
CMYK0.6900.210.67
HSL161.69º53.15%21.76%-
HSV(B)161.69º69.41%33.33%-
XYZ4.697.126.44-
YUV65.31128.9599.96-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.61%
GREEN value IS 85 (33.59% from 255) = 47.75%
BLUE value IS 67 (26.56% from 255) = 37.64%
R=14.61%
G=47.75%
B=37.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2685670.6900.210.67161.6953.1521.76
Hex1A55434501543a23516
Octal321251031050251032426526
Binary1101010101011000011100010101010110000111010001011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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