#1D5444

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

Shades of Te Papa Green #1D5444

Tints of Te Papa Green #1D5444

Color information

#1D5444 (or 0x1D5444) is unknown color: approx Te Papa Green. HEX triplet: 1D, 54 and 44. RGB value is (29,84,68). Sum of RGB (Red+Green+Blue) = 29+84+68=181 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.02% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 68 (26.95% from 255 or 37.57% from 181); Max value from RGB is 84 - color contains mainly: green. Hex color #1D5444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5444 is #E2ABBB. Grayscale: #414141. Windows color (decimal): -14855100 or 4477981. OLE color: 4477981.

HSL color Cylindrical-coordinate representation of color #1D5444: hue angle of 162.55º 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 #1D5444 is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB298468-
CMYK0.6500.190.67
HSL162.55º48.67%22.16%-
HSV(B)162.55º65.48%32.94%-
XYZ4.727.026.57-
YUV65.73129.28101.8-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.02%
GREEN value IS 84 (33.20% from 255) = 46.41%
BLUE value IS 68 (26.95% from 255) = 37.57%
R=16.02%
G=46.41%
B=37.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2984680.6500.190.67162.5548.6722.16
Hex1D54444101343a33116
Octal351241041010231032436126
Binary1110110101001000100100000101001110000111010001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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