#1D5344

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

Shades of Te Papa Green #1D5344

Tints of Te Papa Green #1D5344

Color information

#1D5344 (or 0x1D5344) is unknown color: approx Te Papa Green. HEX triplet: 1D, 53 and 44. RGB value is (29,83,68). Sum of RGB (Red+Green+Blue) = 29+83+68=180 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.11% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 83 - color contains mainly: green. Hex color #1D5344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5344 is #E2ACBB. Grayscale: #414141. Windows color (decimal): -14855356 or 4477725. OLE color: 4477725.

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

Color convert

RGB298368-
CMYK0.6500.180.67
HSL163.33º48.21%21.96%-
HSV(B)163.33º65.06%32.55%-
XYZ4.646.876.55-
YUV65.14129.61102.22-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.11%
GREEN value IS 83 (32.81% from 255) = 46.11%
BLUE value IS 68 (26.95% from 255) = 37.78%
R=16.11%
G=46.11%
B=37.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2983680.6500.180.67163.3348.2121.96
Hex1D53444101243a33016
Octal351231041010221032436026
Binary1110110100111000100100000101001010000111010001111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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