#1D5443

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

Shades of Te Papa Green #1D5443

Tints of Te Papa Green #1D5443

Color information

#1D5443 (or 0x1D5443) is unknown color: approx Te Papa Green. HEX triplet: 1D, 54 and 43. RGB value is (29,84,67). Sum of RGB (Red+Green+Blue) = 29+84+67=180 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.11% from 180); Green value is 84 (33.20% from 255 or 46.67% from 180); Blue value is 67 (26.56% from 255 or 37.22% from 180); Max value from RGB is 84 - color contains mainly: green. Hex color #1D5443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5443 is #E2ABBC. Grayscale: #414141. Windows color (decimal): -14855101 or 4412445. OLE color: 4412445.

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

Color convert

RGB298467-
CMYK0.6500.200.67
HSL161.45º48.67%22.16%-
HSV(B)161.45º65.48%32.94%-
XYZ4.697.016.42-
YUV65.62128.78101.88-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.11%
GREEN value IS 84 (33.20% from 255) = 46.67%
BLUE value IS 67 (26.56% from 255) = 37.22%
R=16.11%
G=46.67%
B=37.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2984670.6500.200.67161.4548.6722.16
Hex1D54434101443a13116
Octal351241031010241032416126
Binary1110110101001000011100000101010010000111010000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,84,67); }

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

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

 a { background-color: rgb(29,84,67); }

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

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

 span { border-color: rgb(29,84,67); }

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