#1F5346

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

Shades of Te Papa Green #1F5346

Tints of Te Papa Green #1F5346

Color information

#1F5346 (or 0x1F5346) is unknown color: approx Te Papa Green. HEX triplet: 1F, 53 and 46. RGB value is (31,83,70). Sum of RGB (Red+Green+Blue) = 31+83+70=184 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.85% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 83 - color contains mainly: green. Hex color #1F5346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5346 is #E0ACB9. Grayscale: #414141. Windows color (decimal): -14724282 or 4608799. OLE color: 4608799.

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

Color convert

RGB318370-
CMYK0.6300.160.67
HSL165º45.61%22.35%-
HSV(B)165º62.65%32.55%-
XYZ4.766.926.88-
YUV65.97130.27103.06-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.85%
GREEN value IS 83 (32.81% from 255) = 45.11%
BLUE value IS 70 (27.73% from 255) = 38.04%
R=16.85%
G=45.11%
B=38.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3183700.6300.160.6716545.6122.35
Hex1F53463F01043a52e16
Octal37123106770201032455626
Binary111111010011100011011111101000010000111010010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,83,70); }

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

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

 a { background-color: rgb(31,83,70); }

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

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

 span { border-color: rgb(31,83,70); }

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