#1D5544

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

Shades of Te Papa Green #1D5544

Tints of Te Papa Green #1D5544

Color information

#1D5544 (or 0x1D5544) is unknown color: approx Te Papa Green. HEX triplet: 1D, 55 and 44. RGB value is (29,85,68). Sum of RGB (Red+Green+Blue) = 29+85+68=182 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.93% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #1D5544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5544 is #E2AABB. Grayscale: #424242. Windows color (decimal): -14854844 or 4478237. OLE color: 4478237.

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

Color convert

RGB298568-
CMYK0.6600.200.67
HSL161.79º49.12%22.35%-
HSV(B)161.79º65.88%33.33%-
XYZ4.87.186.6-
YUV66.32128.95101.38-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.93%
GREEN value IS 85 (33.59% from 255) = 46.70%
BLUE value IS 68 (26.95% from 255) = 37.36%
R=15.93%
G=46.70%
B=37.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2985680.6600.200.67161.7949.1222.35
Hex1D55444201443a23116
Octal351251041020241032426126
Binary1110110101011000100100001001010010000111010001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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