#1D5643

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

Shades of Te Papa Green #1D5643

Tints of Te Papa Green #1D5643

Color information

#1D5643 (or 0x1D5643) is unknown color: approx Te Papa Green. HEX triplet: 1D, 56 and 43. RGB value is (29,86,67). Sum of RGB (Red+Green+Blue) = 29+86+67=182 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.93% from 182); Green value is 86 (33.98% from 255 or 47.25% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 86 - color contains mainly: green. Hex color #1D5643 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5643 is #E2A9BC. Grayscale: #424242. Windows color (decimal): -14854589 or 4412957. OLE color: 4412957.

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

Color convert

RGB298667-
CMYK0.6600.220.66
HSL160º49.57%22.55%-
HSV(B)160º66.28%33.73%-
XYZ4.857.326.47-
YUV66.79128.12101.04-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.93%
GREEN value IS 86 (33.98% from 255) = 47.25%
BLUE value IS 67 (26.56% from 255) = 36.81%
R=15.93%
G=47.25%
B=36.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2986670.6600.220.6616049.5722.55
Hex1D56434201642a03217
Octal351261031020261022406227
Binary1110110101101000011100001001011010000101010000011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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